X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9b999d1b69b2f5da8ec2b456240739344cf9e9a9..a79b274856788fd355c87980186d76ff5a7f9cd6:/src/catalogue/templates/catalogue/book_mini_box.html diff --git a/src/catalogue/templates/catalogue/book_mini_box.html b/src/catalogue/templates/catalogue/book_mini_box.html index b74d6519f..c9e324b53 100644 --- a/src/catalogue/templates/catalogue/book_mini_box.html +++ b/src/catalogue/templates/catalogue/book_mini_box.html @@ -1,12 +1,13 @@ {% spaceless %} + {% load thumbnail %} {% with book.author_unicode as author %}
{% if not no_link %} {% endif %} - {% if book.cover_thumb %} - {{ author }} – {{ book.title }} + {% if book.cover_clean %} + {{ author }} – {{ book.title }} {% endif %} {% if book.is_foreign %} {{ book.language_code }} @@ -21,4 +22,4 @@
{% endwith %} -{% endspaceless %} \ No newline at end of file +{% endspaceless %}