From 64574864456db73d3797a12c8c50b190ff391421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Sun, 29 Dec 2024 22:47:33 +0100 Subject: [PATCH] Add coming soon image to books and catalogs --- ram/portal/templates/cards/book.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ram/portal/templates/cards/book.html b/ram/portal/templates/cards/book.html index 187a0c8..895e107 100644 --- a/ram/portal/templates/cards/book.html +++ b/ram/portal/templates/cards/book.html @@ -1,8 +1,12 @@ +{% load static %} {% load dynamic_url %}
{% if d.item.image.exists %} {{ d.item }} + {% else %} + + {{ d.item }} {% endif %}