diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml index a39322b0e..84af5146c 100644 --- a/Resources/translations/messages.fr.yml +++ b/Resources/translations/messages.fr.yml @@ -89,7 +89,7 @@ Re-Open a period: Ré-ouvrir une période d'accompagnement Are you sure you want to re-open this period ?: Êtes-vous sûr de vouloir ré-ouvrir cette période d'accompagnement ? 'The period has been re-opened': La période d'accompagnement a été ré-ouverte. Pediod closing form is not valid: Le formulaire n'est pas valide - +No data given: Pas d'information # pickAPersonType Pick a person: Choisir une personne diff --git a/Resources/views/Address/list.html.twig b/Resources/views/Address/list.html.twig index cc382514f..0115e0f35 100644 --- a/Resources/views/Address/list.html.twig +++ b/Resources/views/Address/list.html.twig @@ -70,13 +70,13 @@ diff --git a/Resources/views/Address/new.html.twig b/Resources/views/Address/new.html.twig index 8e9f9a4ca..680951130 100644 --- a/Resources/views/Address/new.html.twig +++ b/Resources/views/Address/new.html.twig @@ -27,9 +27,13 @@ {{ form_start(form) }} {{ form_row(form.streetAddress1) }} + {{ form_errors(form.streetAddress1) }} {{ form_row(form.streetAddress2) }} + {{ form_errors(form.streetAddress2) }} {{ form_row(form.postCode) }} + {{ form_errors(form.postCode) }} {{ form_row(form.validFrom) }} + {{ form_errors(form.validFrom) }}