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

@ -1,4 +1,4 @@
<form class="form-horizontal" data-no-ajax method="post" action="{{ path }}">
<form class="form-horizontal" data-turbo="false" method="post" action="{{ path }}">
<div class="form-row">
<label class="col-form-label col-md-3">{% trans %}export.format{% endtrans %}</label>