diff --git a/templates/section/new.html.twig b/templates/section/new.html.twig index 0d79fe3..a461c29 100644 --- a/templates/section/new.html.twig +++ b/templates/section/new.html.twig @@ -3,9 +3,11 @@ {% block title %}New Section{% endblock %} {% block main %} -

Create new Section

+
+

Ajouter une section

- {{ include('section/_form.html.twig') }} + {{ include('section/_form.html.twig') }} - Retour à la liste + Retour +
{% endblock %}