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 %}