From 0150781e88386622703d627e586d391bac0d6836 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 Aug 2018 13:12:44 +0200 Subject: Administration: allow admin to display field number live --- ishtar_common/templates/blocks/bs_field_snippet.html | 3 +++ 1 file changed, 3 insertions(+) (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 6a6ea5360..c7b97c6de 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -2,6 +2,9 @@
{% if field.label %}{{ field.label_tag }}{% endif %} + {% if show_field_number %} + {{field.field.order_number}} + {% endif %} {% if field.help_text %}
{% endif %} -- cgit v1.2.3