X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d628f5cb02cf0e7e69356a1eaf146daa76d50604..c26ab6ee15974c1133a6d08c459b51199185f25f:/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 deleted file mode 100755 index 58abaa61d..000000000 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ /dev/null @@ -1,22 +0,0 @@ -{% load thumbnail %} -
- - {% if book.cover %} - Cover - {% endif %} - {% for author in authors %} -
- {{ author }} - {{ book.title }} -
- {% endfor %} -
-
- -