From 65c213be7805377bb234f91952d29e839daad7b8 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 7 Feb 2017 16:43:24 -0200 Subject: [PATCH] coloca texto original e texto articulado de volta como ultimos itens mostrados. --- sapl/templates/materia/materialegislativa_filter.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html index 4e00c64b2..42176a21a 100644 --- a/sapl/templates/materia/materialegislativa_filter.html +++ b/sapl/templates/materia/materialegislativa_filter.html @@ -38,8 +38,6 @@ {{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}
Ementa: {{ m.ementa|safe }} - {% if m.texto_original %}

Texto Original{% endif %} - {% if m.texto_articulado.exists %}

Texto Articulado{% endif %}
{% if m.data_apresentacao %} Apresentação: {{ m.data_apresentacao }} @@ -92,7 +90,10 @@ {% endif %} {% if m.documentoacessorio_set.all.exists %} Documentos Acessórios: {{ m.documentoacessorio_set.all.count }} +
{% endif %} + {% if m.texto_original %}

Texto Original{% endif %} + {% if m.texto_articulado.exists %}

Texto Articulado{% endif %}

{% endfor %}