Browse Source

coloca texto original e texto articulado de volta como ultimos itens mostrados.

pull/906/head
Edward Ribeiro 8 years ago
parent
commit
65c213be78
  1. 5
      sapl/templates/materia/materialegislativa_filter.html

5
sapl/templates/materia/materialegislativa_filter.html

@ -38,8 +38,6 @@
<strong><a href="{% url 'materia:materialegislativa_detail' m.id %}">{{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}</strong></a>
</br>
<strong>Ementa:</strong>&nbsp;{{ m.ementa|safe }}
{% if m.texto_original %}</br></br><strong><a href="{{m.texto_original.url}}">Texto Original</a></strong>{% endif %}
{% if m.texto_articulado.exists %}</br></br><strong><a href="{% url 'sapl.materia:materia_ta' m.id%}">Texto Articulado</a></strong>{% endif %}
</br>
{% if m.data_apresentacao %}
<strong>Apresentação: </strong>{{ m.data_apresentacao }}
@ -92,7 +90,10 @@
{% endif %}
{% if m.documentoacessorio_set.all.exists %}
<strong>Documentos Acessórios:</strong> {{ m.documentoacessorio_set.all.count }}
</br>
{% endif %}
{% if m.texto_original %}</br></br><strong><a href="{{m.texto_original.url}}">Texto Original</a></strong>{% endif %}
{% if m.texto_articulado.exists %}</br></br><strong><a href="{% url 'sapl.materia:materia_ta' m.id%}">Texto Articulado</a></strong>{% endif %}
<p></p>
</tr>
{% endfor %}

Loading…
Cancel
Save