From e2b18058b7a07acafdd9cf6143f7c2a748f9d09e Mon Sep 17 00:00:00 2001 From: ulyssesBML Date: Tue, 28 May 2019 10:24:23 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20valida=C3=A7=C3=A3o=20qundo=20sel?= =?UTF-8?q?ecionado=20gerar=20pdf.=20Co-authored-by:=20Vin=C3=ADcius=20Can?= =?UTF-8?q?tu=C3=A1ria=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/protocoloadm/forms.py | 2 +- .../documentoadministrativo_filter.html | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/sapl/protocoloadm/forms.py b/sapl/protocoloadm/forms.py index ca24e0e29..64129f015 100644 --- a/sapl/protocoloadm/forms.py +++ b/sapl/protocoloadm/forms.py @@ -217,7 +217,7 @@ class DocumentoAdministrativoFilterSet(django_filters.FilterSet): HTML('''
- +
''' ) ], diff --git a/sapl/templates/protocoloadm/documentoadministrativo_filter.html b/sapl/templates/protocoloadm/documentoadministrativo_filter.html index bf3a5e19e..bd8c3a9f4 100644 --- a/sapl/templates/protocoloadm/documentoadministrativo_filter.html +++ b/sapl/templates/protocoloadm/documentoadministrativo_filter.html @@ -81,3 +81,42 @@ {% block table_content %} {% endblock table_content %} + + +{% block extra_js %} + + + + + +{% endblock %}