From cbe8a7ec5ec476197041be93cb3a2dc8a4c55fbc 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 834f8d89a..eef3e5fca 100644 --- a/sapl/base/urls.py +++ b/sapl/base/urls.py @@ -156,6 +156,7 @@ urlpatterns = [ name='lista_bancada_comissao_autor_externo'), + # 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')),