Disable turbo on login/logout forms, so page is fully reloaded.

This commit is contained in:
Jan Böhmer 2022-07-24 16:03:07 +02:00
parent 0b31a3b095
commit 1a9dfee0ed
12 changed files with 19 additions and 19 deletions

View file

@ -101,7 +101,7 @@
{# Back to top buton #}
<!-- Back to top button -->
<a id="back-to-top" href="#" class="btn btn-primary back-to-top" data-no-ajax role="button"
<a id="back-to-top" href="#" class="btn btn-primary back-to-top" role="button"
title="{% trans %}back_to_top{% endtrans %}" data-toggle="tooltip" data-placement="left">
<i class="fas fa-angle-up fa-fw"></i>
</a>