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 +