Browse Source

Fixes #1639

pull/1647/head
Edward Ribeiro 7 years ago
parent
commit
211a145c1b
  1. 4
      sapl/templates/search/search.html

4
sapl/templates/search/search.html

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

Loading…
Cancel
Save