diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-31 10:39:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-31 10:39:39 +0200 |
commit | e85a45cba767275a58b5c136091ce80d31045862 (patch) | |
tree | bb6acadd1f70294bdc1322a0e08aa51f650cfc5f /ishtar_common/templates/blocks/readonly_input.html | |
parent | 2afd9314c74c26587c72caf92a4e12431789bded (diff) | |
download | Ishtar-e85a45cba767275a58b5c136091ce80d31045862.tar.bz2 Ishtar-e85a45cba767275a58b5c136091ce80d31045862.zip |
Target key forms: choose whom to associated with (refs #3725)
Diffstat (limited to 'ishtar_common/templates/blocks/readonly_input.html')
-rw-r--r-- | ishtar_common/templates/blocks/readonly_input.html | 2 |
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 %} |