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