|
|
@ -80,11 +80,11 @@ |
|
|
|
{{result.object.ementa}}<br> |
|
|
|
{% if result.object.texto_integral %} |
|
|
|
<strong>Texto Original:</strong> <a href="{{result.object.texto_integral.url}}"> Clique aqui </a></br> |
|
|
|
{% else %} |
|
|
|
<strong>O texto integral desta norma foi removido recentemente. Em breve ela sairá desta listagem.</strong></br> |
|
|
|
{% endif %} |
|
|
|
{% if result.object.texto_articulado.first %} |
|
|
|
<strong>Texto Articulado:</strong> <a href="{% url 'sapl.norma:norma_ta' result.object.pk %}"> Clique aqui </a></br> |
|
|
|
{% else %} |
|
|
|
<strong>O texto desta norma foi removido recentemente. Em breve ela sairá desta listagem.</strong></br> |
|
|
|
{% endif %} |
|
|
|
</p> |
|
|
|
{% endif %} |
|
|
|