Update the navbar on logout

This commit is contained in:
Jan Böhmer 2022-10-09 19:47:03 +02:00
parent ed87f81a69
commit 055752a24d
4 changed files with 47 additions and 47 deletions

View file

@ -64,7 +64,7 @@
<body data-base-url="{{ path('homepage', {'_locale': app.request.locale}) }}" data-locale="{{ app.request.locale|default("en")|slice(0,2) }}">
{% block body %}
<header>
<turbo-frame id="navbar-frame" target="content" data-turbo-action="advance" data-turbo-permanent>
<turbo-frame id="navbar-frame" target="content" data-turbo-action="advance">
{% include "_navbar.html.twig" %}
</turbo-frame>
</header>