diff --git a/sapl/sessao/urls.py b/sapl/sessao/urls.py index 3e43ff1bc..e06376fd6 100644 --- a/sapl/sessao/urls.py +++ b/sapl/sessao/urls.py @@ -129,7 +129,7 @@ urlpatterns = [ url(r'^sessao/(?P\d+)/matexp/votsec/view/(?P\d+)/(?P\d+)$', VotacaoExpedienteEditView.as_view(), name='votacaosecretaexpedit'), - url(r'^ajax/mudar-ordem-materia-sessao/', + url(r'^sessao/mudar-ordem-materia-sessao/', mudar_ordem_materia_sessao, name='mudar_ordem_materia_sessao'), ]