From: Raphaƫl Gertz Date: Thu, 29 Feb 2024 15:16:31 +0000 (+0100) Subject: Replace body with base template X-Git-Tag: 0.3.0~9 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/d9f9b231f6a4447bf7b9f254b5903f775be809a3 Replace body with base template New title layout --- 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 %}