update evenreeg
This commit is contained in:
parent
6183abfb6e
commit
1c23d786e7
|
@ -13,22 +13,22 @@ export default function (toasted) {
|
|||
|
||||
return {
|
||||
data: {
|
||||
firstname: 'Philipp',
|
||||
lastname: 'Lang',
|
||||
address: 'Itterstr 3',
|
||||
zip: '42719',
|
||||
location: 'Solingen',
|
||||
firstname: '',
|
||||
lastname: '',
|
||||
address: '',
|
||||
zip: '',
|
||||
location: '',
|
||||
food_preferences: [],
|
||||
activity: 'Teilnehmer*in',
|
||||
gender: 'Weiblich',
|
||||
email: 'philipp@aaa.de',
|
||||
birthday: '1991-06-20',
|
||||
agegroup: 'Leiter*in',
|
||||
group: 'Gandalf',
|
||||
agegroup_leader: 'Wölfling',
|
||||
emergency_phone: '+49 1756 70342425',
|
||||
phone: '+49 176 70342420',
|
||||
misc: 'Lrem ipfrgfg',
|
||||
gender: '',
|
||||
email: '',
|
||||
birthday: '',
|
||||
agegroup: '',
|
||||
group: '',
|
||||
agegroup_leader: '',
|
||||
emergency_phone: '',
|
||||
phone: '',
|
||||
misc: '',
|
||||
foto: false,
|
||||
vorteam: null,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue