wip: first working version
This commit is contained in:
@@ -5,23 +5,25 @@
|
||||
Persönliche Daten
|
||||
</h2>
|
||||
{{ form_start(form) }}
|
||||
<fieldset class="grid">
|
||||
{{ form_row(form.gender) }}
|
||||
{{ form_row(form.firstName) }}
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.dateOfBirth) }}
|
||||
</fieldset>
|
||||
<fieldset class="grid">
|
||||
{{ form_row(form.street) }}
|
||||
{{ form_row(form.postCode) }}
|
||||
{{ form_row(form.city) }}
|
||||
{{ form_row(form.country) }}
|
||||
</fieldset>
|
||||
<fieldset class="grid">
|
||||
{{ form_row(form.email) }}
|
||||
{{ form_row(form.phone) }}
|
||||
{{ form_row(form.mobile) }}
|
||||
</fieldset>
|
||||
<div class="grid">
|
||||
<div>
|
||||
{{ form_row(form.gender) }}
|
||||
{{ form_row(form.firstName) }}
|
||||
{{ form_row(form.name) }}
|
||||
{{ form_row(form.dateOfBirth) }}
|
||||
</div>
|
||||
<div>
|
||||
{{ form_row(form.street) }}
|
||||
{{ form_row(form.postCode) }}
|
||||
{{ form_row(form.city) }}
|
||||
{{ form_row(form.country) }}
|
||||
</div>
|
||||
<div>
|
||||
{{ form_row(form.email) }}
|
||||
{{ form_row(form.phone) }}
|
||||
{{ form_row(form.mobile) }}
|
||||
</div>
|
||||
</div>
|
||||
{{ form_rest(form) }}
|
||||
<button type="submit">
|
||||
Speichern
|
||||
|
||||
Reference in New Issue
Block a user