From e85a45cba767275a58b5c136091ce80d31045862 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_option.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 ishtar_common/templates/blocks/readonly_input_option.html (limited to 'ishtar_common/templates/blocks/readonly_input_option.html') 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 %}{% endif %} -- cgit v1.2.3