diff --git a/sapl/templates/search/search.html b/sapl/templates/search/search.html index a3070b89c..f59d34e92 100644 --- a/sapl/templates/search/search.html +++ b/sapl/templates/search/search.html @@ -7,14 +7,21 @@
-
+
{{ form.q|as_crispy_field }}
-
+

Em quais tipos de documento deseja pesquisar?

+
+
+ +
+
{{ form.models }}
@@ -103,3 +110,17 @@ {% endblock %} + +{% block extra_js %} + + + +{% endblock %} \ No newline at end of file