X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..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 830c08e27..000000000 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ /dev/null @@ -1,24 +0,0 @@ -{% load thumbnail %} -
- - {% if book.cover %} - Cover - {% endif %} -
- - {% for name, url in related.tags.author %} - {{ name }}{% if not forloop.last %}, {% endif %} - {% endfor %} - - {{ book.title }} -
-
-
- -