From b2feb505c14d318946241dfd93fc07de8e613b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Sconetto?= Date: Tue, 31 Oct 2017 17:18:39 -0200 Subject: [PATCH] Fix #1572 (#1573) --- sapl/templates/comissoes/composicao_list.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sapl/templates/comissoes/composicao_list.html b/sapl/templates/comissoes/composicao_list.html index 4e1c5c691..49dd07768 100644 --- a/sapl/templates/comissoes/composicao_list.html +++ b/sapl/templates/comissoes/composicao_list.html @@ -29,11 +29,13 @@
-
- - Adicionar Participação em Comissão - -
+ {% if user.is_authenticated %} +
+ + Adicionar Participação em Comissão + +
+ {% endif %}