From a9052a1cf0539d2bc3aa146d88f6b9df3b783b5b Mon Sep 17 00:00:00 2001 From: Talitha Pumar Date: Tue, 18 Sep 2018 11:26:05 -0300 Subject: [PATCH] Fix #2216 link para texto integral da norma (#2227) --- sapl/templates/norma/normajuridica_filter.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sapl/templates/norma/normajuridica_filter.html b/sapl/templates/norma/normajuridica_filter.html index 8119ce4d1..ef668cf36 100644 --- a/sapl/templates/norma/normajuridica_filter.html +++ b/sapl/templates/norma/normajuridica_filter.html @@ -51,7 +51,11 @@ {% for n in page_obj %} {{n.tipo}} - {{n.numero}} + {% if n.texto_integral %} + {{n.numero}} + {% else %} + {{n.numero}} + {% endif %} {{n.ano}} {{n.data}} {{n.ementa|safe}}