From 9ef117e31af986e5ee0428ad7c0508b58e9ba4ba Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Tue, 14 Mar 2017 14:16:49 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20template=20protoco=20mostrar=20quando=20n?= =?UTF-8?q?=C3=A3o=20h=C3=A1=20mat=C3=A9ria=20vinculada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/protocoloadm/protocolo_mostrar.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapl/templates/protocoloadm/protocolo_mostrar.html b/sapl/templates/protocoloadm/protocolo_mostrar.html index 43d1b6cf1..94d604461 100644 --- a/sapl/templates/protocoloadm/protocolo_mostrar.html +++ b/sapl/templates/protocoloadm/protocolo_mostrar.html @@ -25,7 +25,9 @@
{% if not protocolo.anulado %} Criar Documento{% endif %} {% elif protocolo.tipo_materia %} + {% if materia %} {{materia}} + {% endif %}
{% if not protocolo.anulado %}Criar Matéria{% endif %} {% endif %}