change cover thumb size
[wolnelektury.git] / wolnelektury / templates / catalogue / book_short.html
index 2c81b2e..90ac6af 100644 (file)
@@ -8,7 +8,7 @@
     <a href="{{ book.get_absolute_url }}">
         {% if book.cover %}
             <img src="
-                {% thumbnail book.cover "216x288" as thumb %}
+                {% thumbnail book.cover "139x193" as thumb %}
                     {{ thumb.url }}
                 {% empty %}
                     {{ book.cover.url }}