Setup PLZ field for user
This commit is contained in:
parent
4140b63da0
commit
853b570f0f
5 changed files with 61 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
{{ form_start(registrationForm) }}
|
||||
{{ form_row(registrationForm.email) }}
|
||||
{{ form_row(registrationForm.username) }}
|
||||
{{ form_row(registrationForm.zipcode, {
|
||||
label: 'PLZ'
|
||||
}) }}
|
||||
{{ form_row(registrationForm.plainPassword, {
|
||||
label: 'Password'
|
||||
}) }}
|
||||
|
|
Reference in a new issue