From 9bbc3e87eb5de5206ed040f47a31ac47d96b3300 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 24 Jan 2014 10:48:28 +0100 Subject: [PATCH] Another cover fix. --- apps/catalogue/templates/catalogue/book_mini_box.html | 2 +- apps/catalogue/templates/catalogue/book_short.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/catalogue/templates/catalogue/book_mini_box.html b/apps/catalogue/templates/catalogue/book_mini_box.html index 82038e712..49257b1c3 100755 --- a/apps/catalogue/templates/catalogue/book_mini_box.html +++ b/apps/catalogue/templates/catalogue/book_mini_box.html @@ -3,7 +3,7 @@ {% if with_link %} {% endif %} - {% if book.cover %} + {% if book.cover_thumb %} {{ author_str }} – {{ book.title }} {% endif %} diff --git a/apps/catalogue/templates/catalogue/book_short.html b/apps/catalogue/templates/catalogue/book_short.html index 5757c6a03..3a0d37a86 100644 --- a/apps/catalogue/templates/catalogue/book_short.html +++ b/apps/catalogue/templates/catalogue/book_short.html @@ -40,7 +40,7 @@
- {% if book.cover %} + {% if book.cover_thumb %} {% if main_link %}{% endif %} Cover -- 2.20.1