From 80e8827b0ff40ffa4c37985a6979fca6d7eba097 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 31 Aug 2017 10:39:39 +0200 Subject: Target key forms: choose whom to associated with (refs #3725) --- ishtar_common/templates/blocks/readonly_input.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ishtar_common/templates/blocks/readonly_input.html (limited to 'ishtar_common/templates/blocks/readonly_input.html') diff --git a/ishtar_common/templates/blocks/readonly_input.html b/ishtar_common/templates/blocks/readonly_input.html new file mode 100644 index 000000000..41a0c1305 --- /dev/null +++ b/ishtar_common/templates/blocks/readonly_input.html @@ -0,0 +1,2 @@ +{% for group_name, group_choices, group_index in widget.optgroups %}{% for option in group_choices %} + {% include option.template_name with widget=option %}{% endfor %}{% endfor %} -- cgit v1.2.3