From ab1b785ce65357b0399b9d25f2e8d9cb309b320c Mon Sep 17 00:00:00 2001 From: Mariana Mendes Date: Mon, 27 Nov 2017 14:57:24 -0200 Subject: [PATCH] =?UTF-8?q?Adiciona=20telas=20de=20cadastro=20de=20reuni?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/comissoes/cadastro_reuniao.html | 7 +++++++ sapl/templates/comissoes/cadastro_reuniao_edit.html | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 sapl/templates/comissoes/cadastro_reuniao.html create 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 new file mode 100644 index 000000000..9682c56d5 --- /dev/null +++ b/sapl/templates/comissoes/cadastro_reuniao.html @@ -0,0 +1,7 @@ +{% 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 new file mode 100644 index 000000000..9682c56d5 --- /dev/null +++ b/sapl/templates/comissoes/cadastro_reuniao_edit.html @@ -0,0 +1,7 @@ +{% extends "crud/detail.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% block actions %}{% endblock %} +{% block detail_content %} + {% crispy form %} +{% endblock detail_content %}