From 1dabbc89e9366c53ebd0c9efda4dc6a2e34db75e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 17 Jan 2019 19:05:17 +0100 Subject: Window: better layout for images --- ishtar_common/templates/ishtar/blocks/window_image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 62623e89d..66e6a9e2f 100644 --- a/ishtar_common/templates/ishtar/blocks/window_image.html +++ b/ishtar_common/templates/ishtar/blocks/window_image.html @@ -25,7 +25,7 @@
{% if item.main_image %}{% with image=item.main_image %} + href="{{image.image.url}}" class="window-main-image"> {% endwith %}{% endif %} -- cgit v1.2.3