From 434496435610caa3e1f9db4354d8c90b7cf0275f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 11 Dec 2019 05:30:31 +0100 Subject: [PATCH] Fix default route --- Resources/views/default/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 9ce4b11..20e2b0f 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,7 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %}
-

{{ section }}

+

{{ section }}

{{ 'Welcome to the outdoor space reservation system'|trans }}

{% endblock %} -- 2.41.0