From c477ecd9bea4d37ae3b0672cdaa309ea6f8a65b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Wed, 26 Jun 2019 13:55:06 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20t=C3=ADtulo=20p=C3=A1g=20de=20edi=C3=A7?= =?UTF-8?q?=C3=A3o=20de=20vot=20simb=20de=20mat=20do=20exp=20(#2849)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/urls.py b/sapl/sessao/urls.py index c570dfde8..f1aabac96 100644 --- a/sapl/sessao/urls.py +++ b/sapl/sessao/urls.py @@ -173,7 +173,7 @@ urlpatterns = [ name='votacaonominalexpdetail'), url(r'^sessao/(?P\d+)/matexp/votsimb/(?P\d+)/(?P\d+)$', VotacaoExpedienteView.as_view(), name='votacaosimbolicaexp'), - url(r'^sessao/(?P\d+)/matexp/votsec/view/(?P\d+)/(?P\d+)$', + url(r'^sessao/(?P\d+)/matexp/votsimb/view/(?P\d+)/(?P\d+)$', VotacaoExpedienteEditView.as_view(), name='votacaosimbolicaexpedit'), url(r'^sessao/(?P\d+)/matexp/votsec/(?P\d+)/(?P\d+)$', VotacaoExpedienteView.as_view(), name='votacaosecretaexp'),