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