Another cover fix.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 24 Jan 2014 09:48:28 +0000 (10:48 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 24 Jan 2014 09:48:28 +0000 (10:48 +0100)
apps/catalogue/templates/catalogue/book_mini_box.html
apps/catalogue/templates/catalogue/book_short.html

index 82038e7..49257b1 100755 (executable)
@@ -3,7 +3,7 @@
     {% if with_link %}
     <a href="{{ book.get_absolute_url }}">
     {% endif %}
-        {% if book.cover %}
+        {% if book.cover_thumb %}
             <img src="{{ book.cover_thumb.url }}"
                 alt="{{ author_str }} – {{ book.title }}" class="cover" />
         {% endif %}
index 5757c6a..3a0d37a 100644 (file)
@@ -40,7 +40,7 @@
         </div>
 
 <div class="cover-area">
-    {% if book.cover %}
+    {% if book.cover_thumb %}
         {% if main_link %}<a href="{{ main_link }}">{% endif %}
             <img src="{{ book.cover_thumb.url }}"
                 alt="Cover" class="cover" />