diff --git a/sapl/materia/forms.py b/sapl/materia/forms.py index bb4b64706..a852d30a3 100644 --- a/sapl/materia/forms.py +++ b/sapl/materia/forms.py @@ -54,8 +54,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):