mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
449 B
12 lines
449 B
{% load i18n common_tags%}
|
|
- title: {% trans 'Início' %}
|
|
url: normajuridica_detail
|
|
|
|
# Opção adicionada para chamar o TextoArticulado da norma.
|
|
# para integração foram necessárias apenas criar a url norma_ta em urls.py
|
|
# e a view NormaTaView(IntegracaoTaView) em views.py
|
|
# Em nada mais a integração interfere em NormaJuridica
|
|
{% if 'texto_articulado_norma'|get_config_attr %}
|
|
- title: {% trans 'Texto' %}
|
|
url: norma_ta
|
|
{% endif %}
|
|
|