From a6d77a3a3358463c591900872a8ae62286f9509d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Feb 2019 12:08:57 +0100 Subject: Search form: manage field ordering and custom fields --- ishtar_common/templates/blocks/bs_field_snippet.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/blocks/bs_field_snippet.html b/ishtar_common/templates/blocks/bs_field_snippet.html index f46b15209..bbcc31597 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -2,9 +2,10 @@
{% if field.label %}{{ field.label_tag }}{% endif %} - {% if show_field_number and field.field.order_number %} + {% if show_field_number or form.show_field_number %} + {% if field.field.order_number %} {{field.field.order_number}} - {% endif %} + {% endif %}{% endif %} {% if field.help_text %}
{% endif %} -- cgit v1.2.3