From ac6736551f7023fa7eeef187746575b7af93ef79 Mon Sep 17 00:00:00 2001 From: Mariana Mendes Date: Tue, 28 Nov 2017 08:14:08 -0200 Subject: [PATCH] Adiciona layouts e legacy --- sapl/templates/comissoes/cadastro_reuniao.html | 7 ------- sapl/templates/comissoes/cadastro_reuniao_edit.html | 7 ------- 2 files changed, 14 deletions(-) delete mode 100644 sapl/templates/comissoes/cadastro_reuniao.html delete mode 100644 sapl/templates/comissoes/cadastro_reuniao_edit.html diff --git a/sapl/templates/comissoes/cadastro_reuniao.html b/sapl/templates/comissoes/cadastro_reuniao.html deleted file mode 100644 index 9682c56d5..000000000 --- a/sapl/templates/comissoes/cadastro_reuniao.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block actions %}{% endblock %} -{% block detail_content %} - {% crispy form %} -{% endblock detail_content %} diff --git a/sapl/templates/comissoes/cadastro_reuniao_edit.html b/sapl/templates/comissoes/cadastro_reuniao_edit.html deleted file mode 100644 index 9682c56d5..000000000 --- a/sapl/templates/comissoes/cadastro_reuniao_edit.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block actions %}{% endblock %} -{% block detail_content %} - {% crispy form %} -{% endblock detail_content %}