From cd7e5f45f20488548e1c6bc0a07159ae5002d60e Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Tue, 29 Mar 2016 13:55:51 -0300 Subject: [PATCH] Altera o template --- .../materia/materialegislativa_filter.html | 45 +++++++++++++++++-- .../materia/proposicao/proposicao_list.html | 9 ++-- 2 files changed, 46 insertions(+), 8 deletions(-) diff --git a/templates/materia/materialegislativa_filter.html b/templates/materia/materialegislativa_filter.html index 48432cf56..fe7840650 100644 --- a/templates/materia/materialegislativa_filter.html +++ b/templates/materia/materialegislativa_filter.html @@ -2,12 +2,15 @@ {% load i18n %} {% load crispy_forms_tags %} {% block actions %}{% endblock %} + {% block sections_nav %} {% endblock %} -{% block detail_content %} +{% block detail_content %} +

Pesquisar Matéria

+

{{ filter.form.as_p }} - +

@@ -24,6 +27,42 @@ {% endfor %}
-{% include "paginacao.html" %} +{% if is_paginated %} + +{% endif %} {% endblock detail_content %} \ No newline at end of file diff --git a/templates/materia/proposicao/proposicao_list.html b/templates/materia/proposicao/proposicao_list.html index d666badbe..c81e8ffa3 100644 --- a/templates/materia/proposicao/proposicao_list.html +++ b/templates/materia/proposicao/proposicao_list.html @@ -5,14 +5,13 @@ {% block actions %}{% endblock %} {% block sections_nav %} -

Proposições

-
-
- Nova Proposição -
{% endblock %} {% block detail_content %} +

Proposições

+
+ Nova Proposição +