From 4e2a15aec8f916c3ceca4b2a95915f151dbde83a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 25 Sep 2023 19:59:04 +0200 Subject: 🐛 remove "BASE_URL" on image sheet (unnecessary locally and buggy on remote access) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/blocks/window_image.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/blocks/window_image.html b/ishtar_common/templates/ishtar/blocks/window_image.html index 376093171..ccdb4b332 100644 --- a/ishtar_common/templates/ishtar/blocks/window_image.html +++ b/ishtar_common/templates/ishtar/blocks/window_image.html @@ -33,13 +33,13 @@ {% if item.main_image and item.main_image.image %}{% with image=item.main_image %} - + {% endwith %}{% endif %} {% for image in item.images_without_main_image.all %}{% if image.image %} - + {% endif %}{% endfor %} -- cgit v1.2.3