This reverts commit c0b14461ff.
c0b14461ff
@ -19,8 +19,8 @@ from sapl.utils import (RANGE_ANOS, YES_NO_CHOICES, SaplGenericForeignKey,
SaplGenericRelation, restringe_tipos_de_arquivo_txt,
texto_upload_path)
EM_TRAMITACAO = [(True, 'Sim'),
(False, 'Não')]
EM_TRAMITACAO = [(1, 'Sim'),
(0, 'Não')]
def grupo_autor():