From 6e9817e6ef345e25ad5dad4ebd6242448ebc646b Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 4 Mar 2016 16:33:05 -0300 Subject: [PATCH] =?UTF-8?q?Conserta=20o=20resumo=20de=20sess=C3=A3o=20plen?= =?UTF-8?q?=C3=A1ria?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sessao/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sessao/views.py b/sessao/views.py index a5bf559a3..adf5c95f4 100644 --- a/sessao/views.py +++ b/sessao/views.py @@ -940,8 +940,8 @@ class ResumoView(sessao_crud.CrudDetailView): context.update({'basica': [ _('Tipo de Sessão: %(tipo)s') % {'tipo': self.object.tipo}, - _('Abertura: %(abertura)') % {'abertura': abertura}, - _('Encerramento: %(encerramento)') % { + _('Abertura: %(abertura)s') % {'abertura': abertura}, + _('Encerramento: %(encerramento)s') % { 'encerramento': encerramento}, ]}) # ===================================================================== @@ -2135,7 +2135,7 @@ class PautaSessaoListView(SessaoListView): class PautaSessaoDetailView(FormMixin, sessao_crud.CrudDetailView): template_name = "sessao/pauta_sessao_detail.html" - # form_class = + # form_class = def get(self, request, *args, **kwargs): self.object = self.get_object()