From 0104e4d23d391ec14f72ca4043eb015dd602df80 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sat, 28 Aug 2021 10:23:47 +0200 Subject: [PATCH] New page title and description schema --- Resources/views/session/edit.html.twig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Resources/views/session/edit.html.twig b/Resources/views/session/edit.html.twig index 7059ed9..6a9abfb 100644 --- a/Resources/views/session/edit.html.twig +++ b/Resources/views/session/edit.html.twig @@ -1,10 +1,13 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %}
-

- {{ session.title }} - {{ session.location.at }} -

+
+

+ {{ session.title }} + {{ session.location.at }} +

+

{{ description }}

+
{% if form.modify is defined or form.move is defined or form.cancel is defined or form.raincancel is defined or form.forcecancel is defined or is_granted('ROLE_ADMIN') %} {{ form_start(form) }} {% if form.modify is defined %} -- 2.41.0