From 28d8a665e80515042085075a31c698d451d0702f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 Aug 2018 18:55:03 +0200 Subject: Display field number when no custom field is available --- ishtar_common/templates/blocks/bs_field_snippet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 c7b97c6de..830dd4cfa 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -2,7 +2,7 @@
{% if field.label %}{{ field.label_tag }}{% endif %} - {% if show_field_number %} + {% if show_field_number and field.field.order_number %} {{field.field.order_number}} {% endif %} {% if field.help_text %} -- cgit v1.2.3