From 42a64fd13f1f05f2bf0ecc94851b0d0a961658ac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 22 Jan 2018 12:58:56 +0100 Subject: Put advanced search inside a modal - get a text summary of advanced search --- .../templates/blocks/bs_form_snippet.html | 38 ++++++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) (limited to 'ishtar_common/templates/blocks/bs_form_snippet.html') diff --git a/ishtar_common/templates/blocks/bs_form_snippet.html b/ishtar_common/templates/blocks/bs_form_snippet.html index c636465f3..c9716794c 100644 --- a/ishtar_common/templates/blocks/bs_form_snippet.html +++ b/ishtar_common/templates/blocks/bs_form_snippet.html @@ -36,9 +36,10 @@

- +

@@ -50,11 +51,21 @@ {% endif %} + {% else %} {% if search and forloop.counter0 == 1 %} -
-
-
+ {% endif %}
{% endif %} {% endif %} {% endfor %} + +{% if search %} + +{% endif %} -- cgit v1.2.3