From 9553f63b0978cc7c18589aa4291c9de2317e10df Mon Sep 17 00:00:00 2001 From: Mariana Mendes Date: Wed, 24 Oct 2018 11:22:02 -0200 Subject: [PATCH] =?UTF-8?q?Remove=20c=C3=B3digo=20desnecess=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/forms.py | 2 +- sapl/utils.py | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) 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(