diff --git a/Resources/views/Report/edit.html.twig b/Resources/views/Report/edit.html.twig index 18009675a..47a7e4215 100644 --- a/Resources/views/Report/edit.html.twig +++ b/Resources/views/Report/edit.html.twig @@ -29,10 +29,14 @@ {{ form_row(edit_form.cFData) }} {{ form_widget(edit_form) }} -
+ {{ form_end(edit_form) }} {% endblock %} diff --git a/Resources/views/Report/list.html.twig b/Resources/views/Report/list.html.twig index 8849f1832..d9d603e10 100644 --- a/Resources/views/Report/list.html.twig +++ b/Resources/views/Report/list.html.twig @@ -25,9 +25,8 @@+
{{ "No report registered for this person."|trans }} - {{ 'Create a new report'|trans }}
{% else %}{{ 'Date' | trans }} | {{ 'Report type' | trans }} | {{ 'Circle' | trans }} | -{{ 'Actions'|trans }} | +@@ -49,12 +48,12 @@ |
---|