diff --git a/sapl/templates/sessao/adicionar_varias_materias_expediente.html b/sapl/templates/sessao/adicionar_varias_materias_expediente.html deleted file mode 100644 index b7812a18e..000000000 --- a/sapl/templates/sessao/adicionar_varias_materias_expediente.html +++ /dev/null @@ -1,164 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block actions %}{% endblock %} - -{% block detail_content %} - - {% block buttons %} - {% if filter_url and not filter.form.errors %} -
- - {% endif %} - {% endblock %} - - {% if filter.form.errors %} - {% crispy filter.form %} - {% else %} - {% if not filter_url %} - {% crispy filter.form %} - {% endif %} - {% endif %} - - - {% if filter_url and not filter.form.errors %} - {% if paginator.count %} - - {% else %} -Nenhuma matéria encontrada com essas especificações |