From 1d9e0abe220e3e6244329d222f9ce3453f8e95fa Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Thu, 13 Dec 2018 17:25:38 -0200 Subject: [PATCH] =?UTF-8?q?ajusta=20contexto=20para=20vota=C3=A7=C3=A3o=20?= =?UTF-8?q?em=20bloco=20no=20expediente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/views.py b/sapl/sessao/views.py index 1a209711b..04cbf85cd 100755 --- a/sapl/sessao/views.py +++ b/sapl/sessao/views.py @@ -3297,7 +3297,7 @@ class VotacaoEmBlocoExpediente(ListView): context['turno_choices'] = Tramitacao.TURNO_CHOICES context['title'] = SessaoPlenaria.objects.get(id=self.kwargs['pk']) context['pk'] = self.kwargs['pk'] - context.update({'subnav_template_name': 'sessao/subnav.yaml'}) + context['root_pk'] = self.kwargs['pk'] return context