From b33c387595681e2c80cf1774817e852908ba76b7 Mon Sep 17 00:00:00 2001 From: Mariana Mendes Date: Thu, 14 Jun 2018 14:44:04 -0300 Subject: [PATCH] fix #1968 --- sapl/sessao/views.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sapl/sessao/views.py b/sapl/sessao/views.py index e2df1d7cc..87b2433fb 100644 --- a/sapl/sessao/views.py +++ b/sapl/sessao/views.py @@ -1199,11 +1199,9 @@ def get_turno(turno): return '' -class ResumoView(DetailView): - template_name = 'impressos/sessao/resumo.html' +class ResumoView( DetailView): + template_name = 'impressos/sessao/resumo_pdf.html' model = SessaoPlenaria - permission_required = ('sessao.can_access_impressos', ) - def get(self, request, *args, **kwargs): self.object = self.get_object()