Disable Ajax for create tracking version form
This form do a full page load, so it's better do disable ajax for it. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
487a5fbc2d
commit
abed7de2f8
@ -1,5 +1,5 @@
|
||||
<div class="card mt-3">
|
||||
<form method="post" action="{{ url(route, url_params) }}">
|
||||
<form method="post" action="{{ url(route, url_params) }}" class="disableAjax">
|
||||
{{ get_hidden_inputs(db) }}
|
||||
{% for selected_table in selected %}
|
||||
<input type="hidden" name="selected[]" value="{{ selected_table }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user