Improvement of logout. Added Sacrital Service. Added website link for event places and direct link to other websites in worship overview
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
<label for="organizer">Gestalter:</label>
|
||||
<input type="text" id="organizer" v-model="worshipData.organizer">
|
||||
|
||||
<label for="sacristanService">Küsterdienst:</label>
|
||||
<input type="text" id="sacristanService" v-model="worshipData.sacristanService">
|
||||
|
||||
<label for="collection">Kollekte:</label>
|
||||
<input type="text" id="collection" v-model="worshipData.collection">
|
||||
|
||||
@@ -77,7 +80,9 @@ export default {
|
||||
selfInformation: false,
|
||||
highlightTime: false,
|
||||
neighborInvitation: false,
|
||||
introLine: ''
|
||||
introLine: '',
|
||||
sacristanService: '',
|
||||
website: '',
|
||||
},
|
||||
selectedEventPlace: null,
|
||||
editMode: false,
|
||||
|
||||
Reference in New Issue
Block a user