From 4c004744106ad52c1d0dc4b88dc07b57603c9186 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Mon, 22 May 2017 12:58:22 -0300 Subject: [PATCH] Conserta erro teste --- sapl/rules/map_rules.py | 1 + sapl/sessao/forms.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sapl/rules/map_rules.py b/sapl/rules/map_rules.py index 05d869fd8..01493818f 100644 --- a/sapl/rules/map_rules.py +++ b/sapl/rules/map_rules.py @@ -251,6 +251,7 @@ rules_group_geral = { (sessao.TipoResultadoVotacao, __base__), (sessao.TipoExpediente, __base__), (sessao.Bloco, __base__), + (sessao.ResumoOrdenacao, __base__), (lexml.LexmlProvedor, __base__), (lexml.LexmlPublicador, __base__), diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index 1d9d6d72d..9c2f879bf 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -421,7 +421,7 @@ class ResumoOrdenacaoForm(forms.Form): self.helper = FormHelper() self.helper.layout = Layout( - Fieldset(_('Pesquisa de Matéria'), + Fieldset(_(''), row1, row2, row3, row4, row5, row6, row7, row8, row9, row10, form_actions(save_label='Atualizar'))