Merge branch 'master' into _31_interface_creation_parcours

This commit is contained in:
2021-04-26 13:18:26 +02:00
24 changed files with 396 additions and 268 deletions

View File

@@ -85,6 +85,7 @@
{%- endif -%}
{%- if form.otherPhoneNumbers is defined -%}
{{ form_widget(form.otherPhoneNumbers) }}
{{ form_errors(form.otherPhoneNumbers) }}
{%- endif -%}
{%- if form.contactInfo is defined -%}
{{ form_row(form.contactInfo, {'label': 'Notes on contact information'}) }}