-
- build
-
-
-
-{% endblock %}
+ -
+
- + + filter_list + + + {% block object-tools-items %} + {% if has_add_permission %} +
- + {% url cl.opts|admin_urlname:'add' as add_url %} + + add + + + {% endif %} + {% endblock %} +
diff --git a/sigi/templates/admin/change_list.html b/sigi/templates/admin/change_list.html index 4cc8e5a..3881db0 100644 --- a/sigi/templates/admin/change_list.html +++ b/sigi/templates/admin/change_list.html @@ -40,23 +40,28 @@
{% if cl.formset.total_error_count == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %} @@ -99,6 +104,5 @@ - filter_list {% endblock %}