From 290bd69a12ec9c278f57169d7fcff7f35a06f127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Fri, 14 Dec 2018 17:52:35 -0200 Subject: [PATCH] =?UTF-8?q?Adicionar=20identifica=C3=A7=C3=A3o=20de=20prot?= =?UTF-8?q?ocolos=20duplicados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/base/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/base/urls.py b/sapl/base/urls.py index 39a402dd9..27999337e 100644 --- a/sapl/base/urls.py +++ b/sapl/base/urls.py @@ -159,6 +159,7 @@ urlpatterns = [ ListarLegislaturaInfindavelView.as_view(), name='lista_legislatura_infindavel'), + # todos os sublinks de sistema devem vir acima deste url(r'^sistema/$', permission_required('base.view_tabelas_auxiliares') (TemplateView.as_view(template_name='sistema.html')),