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