diff options
Diffstat (limited to 'ishtar_common/templates/blocks/readonly_input_option.html')
| -rw-r--r-- | ishtar_common/templates/blocks/readonly_input_option.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/blocks/readonly_input_option.html b/ishtar_common/templates/blocks/readonly_input_option.html new file mode 100644 index 000000000..b4ac473f0 --- /dev/null +++ b/ishtar_common/templates/blocks/readonly_input_option.html @@ -0,0 +1 @@ +{% if widget.attrs.selected %}<input type="hidden" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value.0 }}"{% endif %}{% include "django/forms/widgets/attrs.html" %} />{% endif %} |
