cover images; sorl>=10; hook sponsors off sorl
[wolnelektury.git] / wolnelektury / templates / catalogue / book_mini_box.html
index 4ef82e1..43ca2a5 100755 (executable)
@@ -1,8 +1,14 @@
 {% load i18n %}
+{% load thumbnail %}
 <div class="book-mini-box">
     <a href="{{ book.get_absolute_url }}">
-        <img src="{{ STATIC_URL }}img/cover.png"
-                alt="{% trans "Book cover" %}" />
+        <img src="
+            {% thumbnail book.cover "216x288" as thumb %}
+                {{ thumb.url }}
+            {% empty %}
+                {{ book.cover.url }}
+            {% endthumbnail %}
+        " alt="{% trans "Book cover" %}" />
         {% for author in authors %}
             <div class="mono author">{{ author }}</div>
             {{ book.title }}