From cd1d7c1ac2d73dc064f5aa73ea445c9938f4d95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Thu, 5 Mar 2020 17:46:18 -0300 Subject: [PATCH] =?UTF-8?q?Filtra=20coligac=C3=B5es=20por=20legislatura?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/parlamentares/mandato_form.html | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sapl/templates/parlamentares/mandato_form.html diff --git a/sapl/templates/parlamentares/mandato_form.html b/sapl/templates/parlamentares/mandato_form.html new file mode 100644 index 000000000..7635f43c0 --- /dev/null +++ b/sapl/templates/parlamentares/mandato_form.html @@ -0,0 +1,41 @@ +{% extends "crud/form.html" %} +{% load i18n %} +{% load crispy_forms_tags %} +{% load common_tags %} + +{% block extra_js %} + +{% endblock %} \ No newline at end of file