diff --git a/sapl/materia/forms.py b/sapl/materia/forms.py index d2368f96c..311e85b8e 100644 --- a/sapl/materia/forms.py +++ b/sapl/materia/forms.py @@ -52,8 +52,8 @@ def ANO_CHOICES(): def em_tramitacao(): return [('', 'Tanto Faz'), - (True, 'Sim'), - (False, 'Não')] + (1, 'Sim'), + (0, 'Não')] class AdicionarVariasAutoriasFilterSet(django_filters.FilterSet):