From dcfd4def83ba022b3068a0e7e88afdf5726f9c33 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 +++++++ sapl/templates/comissoes/layouts.yaml | 3 +-- sapl/templates/comissoes/subnav.yaml | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) 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 %} diff --git a/sapl/templates/comissoes/layouts.yaml b/sapl/templates/comissoes/layouts.yaml index 231477a9c..77dc344cc 100644 --- a/sapl/templates/comissoes/layouts.yaml +++ b/sapl/templates/comissoes/layouts.yaml @@ -52,5 +52,4 @@ Reuniao: - url_video url_audio - observacao - upload_pauta upload_ata upload_anexo - - comissao - + - comissao \ No newline at end of file diff --git a/sapl/templates/comissoes/subnav.yaml b/sapl/templates/comissoes/subnav.yaml index 01c10b4f3..e7e49837b 100644 --- a/sapl/templates/comissoes/subnav.yaml +++ b/sapl/templates/comissoes/subnav.yaml @@ -8,3 +8,4 @@ url: materias_em_tramitacao - title: {% trans 'Reunião' %} url: reuniao_list +