person: create a new person: add a civility field

This commit is contained in:
nobohan
2022-04-14 17:08:44 +02:00
parent 617473f6a5
commit c1ec2933e5
2 changed files with 8 additions and 0 deletions

View File

@@ -93,6 +93,8 @@
{{ form_row(form.gender, { 'label' : 'Gender'|trans }) }}
{{ form_row(form.civility, { 'label' : 'Civility'|trans }) }}
{{ form_row(form.birthdate, { 'label' : 'Date of birth'|trans }) }}
{{ form_row(form.phonenumber, { 'label' : 'Phonenumber'|trans }) }}