From 3e2898192f4bfae576ff206fb4e501a49260b604 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 27 Feb 2018 10:00:17 -0300 Subject: [PATCH] Ajusta comissoes --- sapl/templates/comissoes/reuniao_list.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sapl/templates/comissoes/reuniao_list.html diff --git a/sapl/templates/comissoes/reuniao_list.html b/sapl/templates/comissoes/reuniao_list.html deleted file mode 100644 index 2321a9c78..000000000 --- a/sapl/templates/comissoes/reuniao_list.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "crud/list.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block detail_content %} - - {% if user.is_authenticated and perms.comissoes.add_composicao %} -
- {% block actions %} -
- {% if view.create_url %} - - {% blocktrans with verbose_name=view.verbose_name %} Adicionar {{ verbose_name }} {% endblocktrans %} - - {% endif %} - {% block more_buttons %}{% endblock more_buttons %} -
- {% endblock actions %} -
- {% endif %} -{% endblock detail_content %}