From d9f9b231f6a4447bf7b9f254b5903f775be809a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 29 Feb 2024 16:16:31 +0100 Subject: [PATCH] Replace body with base template New title layout --- Resources/views/application/add.html.twig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/views/application/add.html.twig b/Resources/views/application/add.html.twig index b6239de..120eb94 100644 --- a/Resources/views/application/add.html.twig +++ b/Resources/views/application/add.html.twig @@ -1,7 +1,10 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %}
-

{{ title }}

+
+

{{ title.page }}

+

{{ description }}

+
{{ form_start(form) }}
{% if form.user is defined %} -- 2.41.0