From 365e83a4bfbf8da06b7c7f52082515e9e4ddab4a Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 6 Apr 2020 23:34:10 -0300 Subject: [PATCH] =?UTF-8?q?ajusta=20bot=C3=B5es=20de=20inser=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20participantes=20e=20composi=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/comissoes/composicao_list.html | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/sapl/templates/comissoes/composicao_list.html b/sapl/templates/comissoes/composicao_list.html index 8cc0ee6ce..3b38bdccf 100644 --- a/sapl/templates/comissoes/composicao_list.html +++ b/sapl/templates/comissoes/composicao_list.html @@ -22,26 +22,22 @@ {% block actions %} - {% if user.is_authenticated and perms.comissoes.add_composicao %} -
- + - {% endif %} + {% endif %} +
{% endblock actions %} {% block container_table_list %} - {% if user.is_authenticated and perms.comissoes.add_participacao and composicao_list %} -
- -
- {% endif %}