Skip to content

Commit 77cc4f6

Browse files
committed
Do not use turbo for importing/exporting themes
1 parent 57ca66b commit 77cc4f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contao/templates/backend/import.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div class="tl_formbody_edit">
1313
{% if partial %}
14-
<form id="{{ form.id }}" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data">
14+
<form id="{{ form.id }}" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data" data-turbo="false">
1515
<input type="hidden" name="FORM_SUBMIT" value="{{ form.id }}_partial">
1616
<input type="hidden" name="REQUEST_TOKEN" value="{{ form.rt }}">
1717

@@ -59,7 +59,7 @@
5959
</div>
6060
</form>
6161
{% else %}
62-
<form id="{{ form.id }}" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data">
62+
<form id="{{ form.id }}" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data" data-turbo="false">
6363
<input type="hidden" name="FORM_SUBMIT" value="{{ form.id }}">
6464
<input type="hidden" name="REQUEST_TOKEN" value="{{ form.rt }}">
6565
<input type="hidden" name="MAX_FILE_SIZE" value="{{ form.maxFileSize }}">
@@ -82,7 +82,7 @@
8282
</div>
8383
</div>
8484
</form>
85-
<form id="{{ form.id }}_bundle" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data">
85+
<form id="{{ form.id }}_bundle" class="tl_form tl_edit_form" method="post" enctype="multipart/form-data" data-turbo="false">
8686
<input type="hidden" name="FORM_SUBMIT" value="{{ form.id }}_bundle">
8787
<input type="hidden" name="REQUEST_TOKEN" value="{{ form.rt }}">
8888
<div class="tl_tbox sm-bt">

0 commit comments

Comments
 (0)