From 107e0e34028cac032cb74cbd47789c1dcdf8a4d9 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Tue, 14 Mar 2017 14:01:34 -0300 Subject: [PATCH] Fix #924 --- sapl/templates/protocoloadm/protocolo_mostrar.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html index a34885f0c..43d1b6cf1 100644 --- a/sapl/templates/protocoloadm/protocolo_mostrar.html +++ b/sapl/templates/protocoloadm/protocolo_mostrar.html @@ -17,24 +17,17 @@ Documentos Vinculados:
{% if protocolo.tipo_documento %} - {% if documentos %} {% for documento in documentos %}      {{documento.tipo}} - {{documento.numero}}/{{documento.ano}}
{% endfor %} - {% else %}
{% if not protocolo.anulado %} Criar Documento{% endif %} - {% endif %} {% elif protocolo.tipo_materia %} - {% if materia %} {{materia}}
- {% else %} -
{% if not protocolo.anulado %}Criar Matéria{% endif %} - {% endif %} {% endif %}