From 2092ace498c9986bb57ce8c838ae773eac22f3ab Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Sep 2023 17:04:22 +0200 Subject: 🐛 fix photo selector on mobile device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/widgets/image_input.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/widgets/image_input.html b/ishtar_common/templates/widgets/image_input.html index cc2e9811a..50adc2223 100644 --- a/ishtar_common/templates/widgets/image_input.html +++ b/ishtar_common/templates/widgets/image_input.html @@ -24,13 +24,12 @@ {% endif %} + id="mobile-{{ widget.name }}"> {% if widget.value and widget.value.url %}{% if not widget.required %} @@ -45,7 +44,6 @@ value="{% if hidden_name_value %}{{hidden_name_value}}{% endif %}"/> -{% if is_initial or widget.value.url %} -{% endif %} -- cgit v1.2.3