X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f906193db2ec44590f57beae2e8ee2df76117b7b..73ce961f14509aabfa26536f847afd28111029c6:/wolnelektury/templates/catalogue/book_mini_box.html diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html index 4ef82e125..58abaa61d 100755 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ b/wolnelektury/templates/catalogue/book_mini_box.html @@ -1,11 +1,20 @@ -{% load i18n %} +{% load thumbnail %}
- {% trans + {% if book.cover %} + Cover + {% endif %} {% for author in authors %} -
{{ author }}
- {{ book.title }} +
+ {{ author }} + {{ book.title }} +
{% endfor %}