From 224dc39686d6c2b14943fe10a80a80278480ce45 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Thu, 15 Dec 2016 11:13:03 -0200 Subject: [PATCH] Conserta bug em norma detail --- sapl/templates/norma/normajuridica_detail.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sapl/templates/norma/normajuridica_detail.html b/sapl/templates/norma/normajuridica_detail.html index 8d6798dfb..c363549a0 100644 --- a/sapl/templates/norma/normajuridica_detail.html +++ b/sapl/templates/norma/normajuridica_detail.html @@ -16,7 +16,11 @@ {% if column.text|url %}
{{ column.text|safe }}
{% elif column.verbose_name == 'Matéria' %} + {% if object.materia.id %}
{{ column.text|safe }}
+ {% else %} +
{{ column.text|safe }}
+ {% endif %} {% else %}
{{ column.text|safe }}
{% endif %}