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

@ -1,4 +1,4 @@
<form action="{{ path('parts_search') }}" class="d-flex my-lg-0 ms-auto" method="get">
<form id="navbar-search-form" action="{{ path('parts_search') }}" class="d-flex my-lg-0 ms-auto" method="get" data-turbo-permanent>
<div class="dropdown">
<button class="btn btn-light dropdown-toggle my-2" type="button" id="navbar-search-options" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-bs-auto-close="false">
{% trans %}search.options.label{% endtrans %}