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 %}