From ae6ddecdc6c9dc49488341a9c0d9a20282858e7b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 3 Feb 2016 20:14:12 +0100 Subject: Readjust search fields with flex --- ishtar_common/templates/ishtar/wizard/default_wizard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/ishtar/wizard/default_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/default_wizard.html b/ishtar_common/templates/ishtar/wizard/default_wizard.html index a39037d10..1a17cf32b 100644 --- a/ishtar_common/templates/ishtar/wizard/default_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/default_wizard.html @@ -35,9 +35,9 @@ {% else %} - +{% if not is_search %}
{% endif %} {% table_form wizard.form %} -
+{% if not is_search %}{% endif %} {% endif %} {{ previous_fields|safe }} -- cgit v1.2.3