]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix root route name
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:36:52 +0000 (05:36 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:46:49 +0000 (05:46 +0100)
Use body as base template

Resources/views/security/denied.html.twig

index 4dbd71986674e0e2f25c3f1a943bb7768f14e572..51e5824a74338dda6bebe3fb4f0b8275c600c403 100644 (file)
@@ -1,7 +1,7 @@
-{% extends '@RapsysAir/base.html.twig' %}
+{% extends '@RapsysAir/body.html.twig' %}
 {% block content %}
 <section id="content">
-       <h2><a href="{{ path('rapsys_air_homepage') }}">{{ section }}</a></h2>
+       <h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2>
        <p>{% if message %}{{ message }}{% else %}{% trans %}Access denied{% endtrans %}{% endif %}</p>
 </section>
 {% endblock %}