From 0ec54e91f21f85fcb22ebb8b0e8b7ffe8bcc0b33 Mon Sep 17 00:00:00 2001 From: Cesar Augusto de Carvalho Date: Mon, 20 May 2019 13:50:09 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20op=C3=A7=C3=A3o=20de=20selecionar=20?= =?UTF-8?q?todos=20na=20busca=20textual=20(#2791)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/search/search.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) 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