Add Juffi filmnacht
This commit is contained in:
parent
affa31a05d
commit
e2d3e8222a
|
@ -18,13 +18,19 @@ export default function (toasted) {
|
||||||
firstname: '',
|
firstname: '',
|
||||||
lastname: '',
|
lastname: '',
|
||||||
birthday: '',
|
birthday: '',
|
||||||
|
address: '',
|
||||||
|
zip: '',
|
||||||
|
location: '',
|
||||||
phone: '',
|
phone: '',
|
||||||
email: '',
|
email: '',
|
||||||
group: null,
|
group: '',
|
||||||
agegroup: null,
|
agegroup: '',
|
||||||
food_preferences: [],
|
food_preferences: [],
|
||||||
|
allergies: '',
|
||||||
misc: '',
|
misc: '',
|
||||||
foto: false,
|
foto: false,
|
||||||
|
parent: false,
|
||||||
|
ab12: false,
|
||||||
},
|
},
|
||||||
loading: false,
|
loading: false,
|
||||||
finished: false,
|
finished: false,
|
||||||
|
@ -52,7 +58,7 @@ export default function (toasted) {
|
||||||
{"id": "von Berg", "name": "von Berg (SG-Ohligs)"},
|
{"id": "von Berg", "name": "von Berg (SG-Ohligs)"},
|
||||||
],
|
],
|
||||||
agegroups: [
|
agegroups: [
|
||||||
{"id": "Rover", "name": "Rover"},
|
{"id": "Jungpfadfinder", "name": "Jungpfadfinder"},
|
||||||
{"id": "Leiter*in", "name": "Leiter*in"},
|
{"id": "Leiter*in", "name": "Leiter*in"},
|
||||||
],
|
],
|
||||||
boolean: [
|
boolean: [
|
Loading…
Reference in New Issue