summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/readonly_input.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/blocks/readonly_input.html')
-rw-r--r--ishtar_common/templates/blocks/readonly_input.html2
1 files changed, 2 insertions, 0 deletions
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 %}