From 1edeb40f42974e7569a3bd31f61ea1ad4dcbe535 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 16 Oct 2025 09:30:31 +0200 Subject: [PATCH] form styling (new section) --- templates/section/new.html.twig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %}