Ralfp 12 лет назад
Родитель
Сommit
35ef90ac49
1 измененных файлов с 1 добавлено и 1 удалено
  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() {