From e6faba03753c42612ea0cc4451ac0ee1bff02dcd Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Wed, 14 Dec 2016 10:42:51 -0200 Subject: [PATCH] Completa #841 --- sapl/templates/protocoloadm/protocolo_mostrar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html index 8e054d31e..6cde6a297 100644 --- a/sapl/templates/protocoloadm/protocolo_mostrar.html +++ b/sapl/templates/protocoloadm/protocolo_mostrar.html @@ -22,7 +22,7 @@
{% else %}
- Criar Documento + {% if not protocolo.anulado %} Criar Documento{% endif %} {% endif %} {% elif protocolo.tipo_materia %} {% if materia %} @@ -30,7 +30,7 @@
{% else %}
- Criar Matéria + {% if not protocolo.anulado %}Criar Matéria{% endif %} {% endif %} {% endif %}