Browse Source

Fixed admin lists JS

Ralfp 12 years ago
parent
commit
35ef90ac49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/admin/admin/list.html

+ 1 - 1
templates/admin/admin/list.html

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