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