mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 19:39:45 +00:00
Person attibutes name and surname become firstname and lastname
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
<h1>{{ 'views.Person.creation.open'|trans }}</h1>
|
||||
|
||||
{{ form_row(form.name, { 'label' : 'views.Person.view.name'|trans }) }}
|
||||
{{ form_row(form.firstName, { 'label' : 'First name'|trans }) }}
|
||||
|
||||
{{ form_row(form.surname, { 'label' : 'views.Person.view.surname'|trans }) }}
|
||||
{{ form_row(form.lastName, { 'label' : 'Last name'|trans }) }}
|
||||
|
||||
{{ form_row(form.dateOfBirth, { 'label' : 'views.Person.view.dateOfBirth'|trans }) }}
|
||||
|
||||
|
Reference in New Issue
Block a user