From: Raphaƫl Gertz Date: Wed, 11 Dec 2019 04:30:31 +0000 (+0100) Subject: Fix default route X-Git-Tag: 0.1.1~33 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/ac34727967d88619e2722ae9e4617ffdc9801150 Fix default route --- 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 %}