diff --git a/materia/forms.py b/materia/forms.py index 1dbe5a4d9..47c4a717f 100644 --- a/materia/forms.py +++ b/materia/forms.py @@ -744,6 +744,7 @@ class MateriaLegislativaPesquisaFields(FilterSet): ('ementa', 6)]) self.form.helper = FormHelper() + self.form.helper.form_method = 'GET' self.form.helper.layout = Layout( Fieldset(_('Pesquisa Básica'), row1, row2, row3, row4, diff --git a/templates/materia/materialegislativa_filter.html b/templates/materia/materialegislativa_filter.html index 8c4db9916..787009651 100644 --- a/templates/materia/materialegislativa_filter.html +++ b/templates/materia/materialegislativa_filter.html @@ -8,7 +8,10 @@ {% block detail_content %}

Pesquisar Matéria



- {% crispy filter.form %} + + + {% crispy filter.form %} +