From 70c3b5923e361c975d18ffad90bfd7619f4575e9 Mon Sep 17 00:00:00 2001 From: Lude Ribeiro Date: Mon, 7 Mar 2022 12:39:14 -0300 Subject: [PATCH] =?UTF-8?q?Colocando=20o=20bot=C3=A3o=20nas=20opcoes=20do?= =?UTF-8?q?=20botao=20flutuante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/templates/admin/change_list.html | 38 +++++++++++++++------------ 1 file changed, 21 insertions(+), 17 deletions(-) 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 - -
    - {% block object-tools-items %} - {% if has_add_permission %} -
  • - {% url cl.opts|admin_urlname:'add' as add_url %} - - + + build -
  • - {% endif %} - {% endblock %} -
-
-{% 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 %}