File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<div class =" tl_formbody_edit" >
13
13
{% 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 " >
15
15
<input type =" hidden" name =" FORM_SUBMIT" value =" {{ form .id }}_partial" >
16
16
<input type =" hidden" name =" REQUEST_TOKEN" value =" {{ form .rt }}" >
17
17
59
59
</div >
60
60
</form >
61
61
{% 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 " >
63
63
<input type =" hidden" name =" FORM_SUBMIT" value =" {{ form .id }}" >
64
64
<input type =" hidden" name =" REQUEST_TOKEN" value =" {{ form .rt }}" >
65
65
<input type =" hidden" name =" MAX_FILE_SIZE" value =" {{ form .maxFileSize }}" >
82
82
</div >
83
83
</div >
84
84
</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 " >
86
86
<input type =" hidden" name =" FORM_SUBMIT" value =" {{ form .id }}_bundle" >
87
87
<input type =" hidden" name =" REQUEST_TOKEN" value =" {{ form .rt }}" >
88
88
<div class =" tl_tbox sm-bt" >
You can’t perform that action at this time.
0 commit comments