From 8f6c2160a9a3326354c6e5da3f094e2ac09c3d01 Mon Sep 17 00:00:00 2001 From: VictorFabreF Date: Mon, 19 Mar 2018 14:22:29 -0300 Subject: [PATCH] Fix #1769 --- sapl/materia/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/models.py b/sapl/materia/models.py index 51fbcb855..14d39a355 100644 --- a/sapl/materia/models.py +++ b/sapl/materia/models.py @@ -187,7 +187,7 @@ class MateriaLegislativa(models.Model): em_tramitacao = models.BooleanField( verbose_name=_('Em Tramitação?'), default=False, - choices=EM_TRAMITACAO) + choices=YES_NO_CHOICES) polemica = models.NullBooleanField( blank=True, verbose_name=_('Matéria Polêmica?')) objeto = models.CharField(