diff --git a/Resources/views/Report/edit.html.twig b/Resources/views/Report/edit.html.twig index 26b5288a1..beafc4093 100644 --- a/Resources/views/Report/edit.html.twig +++ b/Resources/views/Report/edit.html.twig @@ -29,23 +29,10 @@ {{ form_end(edit_form) }} - - {% endblock %} diff --git a/Resources/views/Report/new.html.twig b/Resources/views/Report/new.html.twig index fbfed9830..45080a5f0 100644 --- a/Resources/views/Report/new.html.twig +++ b/Resources/views/Report/new.html.twig @@ -29,22 +29,10 @@ {{ form_end(form) }} - {% endblock %} \ No newline at end of file