show the error message when phonenumber has a validation error

This commit is contained in:
2021-04-21 15:05:47 +02:00
parent 2647d4c6a7
commit 520c0e0f96
2 changed files with 3 additions and 1 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'}) }}