diff --git a/sapl/templates/materia/materialegislativa_detail.html b/sapl/templates/materia/materialegislativa_detail.html index 607ed049c..0a5f06259 100644 --- a/sapl/templates/materia/materialegislativa_detail.html +++ b/sapl/templates/materia/materialegislativa_detail.html @@ -8,3 +8,13 @@ {% endif %} {% endblock sub_actions %} +{% block detail_content %} + {{ block.super }} + {% if object.normajuridica_set.last %} +
Norma JurÃdica Relacionada
+ + {% endif %} +{% endblock detail_content %}