diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_image.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_image.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_image.html b/ishtar_common/templates/ishtar/blocks/window_image.html index 4b8e67ea9..606b6b57a 100644 --- a/ishtar_common/templates/ishtar/blocks/window_image.html +++ b/ishtar_common/templates/ishtar/blocks/window_image.html @@ -1,8 +1,8 @@ {% if item.image %} <div id="lightgallery-{{window_id}}"> - <a href="{{item.image.url}}"> - <img class='card-img-top' src="{{item.thumbnail.url}}"> - </a> + {% if output != "ODT" %}<a href="{{item.image.url}}">{% endif %} + <img class='card-img-top' src="{{BASE_URL}}{{item.thumbnail.url}}"> + {% if output != "ODT" %}</a>{% endif %} {% comment %} <!-- gallery test --> <a href="{{item.image.url}}" |