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 @@
{% block object-tools %}
- - build - - -
-{% endblock %} + +
+ {% endblock %} {% if cl.formset.errors %}

{% 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 %}