From 3b3e2ef642cd692365892abdcfee8bb56da497a1 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Thu, 14 Feb 2019 09:17:59 -0200 Subject: [PATCH] =?UTF-8?q?altera=20coment=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/crispy_layout_mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/crispy_layout_mixin.py b/sapl/crispy_layout_mixin.py index c76bc0f65..200f24db1 100644 --- a/sapl/crispy_layout_mixin.py +++ b/sapl/crispy_layout_mixin.py @@ -71,7 +71,7 @@ class SaplFormHelper(FormHelper): cria-se essa classe: class SaplFormHelper(FormHelper): - render_unmentioned_fields = True + render_hidden_fields = True onde torna o default, antes False, agora = True, o esperado pelos forms do sapl, e substituí-se todos os FormHelper por SaplFormHelper dentro do projeto Sapl