From 8f4136267df28d5b13d31d3bfbb74f0ca7edcb6e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Jan 2018 16:33:10 +0100 Subject: Widgets: image input --- ishtar_common/templates/widgets/image_input.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ishtar_common/templates/widgets/image_input.html (limited to 'ishtar_common/templates/widgets') diff --git a/ishtar_common/templates/widgets/image_input.html b/ishtar_common/templates/widgets/image_input.html new file mode 100644 index 000000000..79be1aaf9 --- /dev/null +++ b/ishtar_common/templates/widgets/image_input.html @@ -0,0 +1,15 @@ +
+ {% if is_initial %} + + + + + {% endif %} + + {% if not widget.required and is_initial %} + + + {% endif %} + + +
\ No newline at end of file -- cgit v1.2.3