]> Raphaël G. Git Repositories - airbundle/commitdiff
Replace body with base template
authorRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:14:58 +0000 (16:14 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 29 Feb 2024 15:14:58 +0000 (16:14 +0100)
New title layout

Resources/views/security/denied.html.twig

index 053a832be21048cf41c943d4db713eb81b208a2f..5ae63fbb2b0aace636641e7df5f025b3b51eaad3 100644 (file)
@@ -1,7 +1,7 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
 <section id="content">
-       <h2><a href="{{ path('rapsys_air') }}">{{ title }}</a></h2>
+       <h2><a href="{{ path('rapsys_air') }}">{{ title.page }}</a></h2>
        <p>{% if message is defined %}{{ message }}{% else %}{% trans %}Access denied{% endtrans %}{% endif %}</p>
        {% if is_granted('ROLE_ADMIN') %}{% if trace is defined %}<pre>{{ trace }}</pre>{% endif %}{% endif %}
 </section>