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