diff --git a/sapl/base/urls.py b/sapl/base/urls.py index eef3e5fca..834f8d89a 100644 --- a/sapl/base/urls.py +++ b/sapl/base/urls.py @@ -156,7 +156,6 @@ 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')), diff --git a/sapl/templates/base/protocolos_com_materias.html b/sapl/templates/base/protocolos_com_materias.html new file mode 100644 index 000000000..982993c08 --- /dev/null +++ b/sapl/templates/base/protocolos_com_materias.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} +{% load i18n %} +{% load tz %} +{% load common_tags %} +{% block base_content %} +
+ {% include 'paginacao.html'%} +{% endblock base_content %} \ No newline at end of file