diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index 5e5c0a077..273b11981 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -21,7 +21,7 @@ from sapl.materia.models import (MateriaLegislativa, StatusTramitacao, from sapl.parlamentares.models import Parlamentar, Legislatura, Mandato from sapl.utils import (RANGE_DIAS_MES, RANGE_MESES, MateriaPesquisaOrderingFilter, autor_label, - ausencia_materia, autor_modal, timezone) + autor_modal, timezone) from .models import (Bancada, Bloco, ExpedienteMateria, JustificativaAusencia, Orador, OradorExpediente, OrdemDia, SessaoPlenaria, diff --git a/sapl/utils.py b/sapl/utils.py index 34a445235..257489321 100644 --- a/sapl/utils.py +++ b/sapl/utils.py @@ -87,31 +87,6 @@ autor_modal = ''' ''' -ausencia_materia = ''' -















-
- {% for e in expedientes %} -
- -
- {% endfor %} - {% for o in ordens %} -
- -
- {% endfor %} -
-
-''' - def montar_row_autor(name): autor_row = to_row(