From deb581efd8fac306e86f868ef73d65b5c0ae1b4d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Feb 2018 14:54:44 +0100 Subject: Fix deletion for image widget (refs #3737) --- ishtar_common/templates/widgets/image_input.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/widgets') diff --git a/ishtar_common/templates/widgets/image_input.html b/ishtar_common/templates/widgets/image_input.html index fe9090e46..c71ada193 100644 --- a/ishtar_common/templates/widgets/image_input.html +++ b/ishtar_common/templates/widgets/image_input.html @@ -9,8 +9,9 @@ {% endif %} {% if is_initial or widget.value.url %}{% if not widget.required %} - - + + {% endif %}{% endif %} -- cgit v1.2.3