|
@@ -112,7 +112,7 @@ Showing {{ shown }} of {{ total }} items
|
|
|
|
|
|
{% block javascripts -%}
|
|
{% block javascripts -%}
|
|
{{ super() }}
|
|
{{ super() }}
|
|
-{%- if action.prompt_select %}
|
|
|
|
|
|
+{%- if list_form %}
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
$(function () {
|
|
$('#list_form').submit(function() {
|
|
$('#list_form').submit(function() {
|