Setup PLZ field for user

This commit is contained in:
Jannis Portmann 2021-06-14 14:09:44 +02:00
parent 4140b63da0
commit 853b570f0f
5 changed files with 61 additions and 1 deletions

View file

@ -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'
}) }}