From 90ac045257805717dff2adbaa45ba96d5e5b2d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Sconetto?= Date: Wed, 29 Nov 2017 09:49:22 -0200 Subject: [PATCH] Adiciona template, modifica o subnav e o ListView --- sapl/templates/comissoes/reuniao_list.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sapl/templates/comissoes/reuniao_list.html diff --git a/sapl/templates/comissoes/reuniao_list.html b/sapl/templates/comissoes/reuniao_list.html new file mode 100644 index 000000000..78629403a --- /dev/null +++ b/sapl/templates/comissoes/reuniao_list.html @@ -0,0 +1,7 @@ +{% extends "crud/list.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% block actions %}{% endblock %} +{% block detail_content %} + {% crispy form %} +{% endblock detail_content %}