X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/075fb07f19c2f20cd3b6818b973e7aebebdacc9f..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html deleted file mode 100644 index 1c3a74253..000000000 --- a/wolnelektury/templates/catalogue/book_short.html +++ /dev/null @@ -1,83 +0,0 @@ -{% load i18n %} -{% load thumbnail %} -
-
- - {% if book.cover %} - Cover - {% endif %} - - {% block right-column %} - {% endblock %} -
-
-
- {% for author in tags.author %} - {{ author }} - {% endfor %} -
-
{{ book.title }}
-
-
- {% spaceless %} - - {% trans "Epoch" %}:  - {% for tag in tags.epoch %} - {{ tag.name }} - {% endfor %} - - - {% trans "Kind" %}:  - {% for tag in tags.kind %} - {{ tag.name }} - {% endfor %} - - - {% trans "Genre" %}:  - {% for tag in tags.genre %} - {{ tag.name }} - {% endfor %} - - - {% endspaceless %} -
-
- - {% block box-append %} - {% endblock %} -
-