X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..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 2c81b2e98..000000000 --- a/wolnelektury/templates/catalogue/book_short.html +++ /dev/null @@ -1,102 +0,0 @@ -{% load i18n %} -{% load social_tags %} -{% load thumbnail %} -
-
- - - - {% if book.cover %} - Cover - {% endif %} - - {% block right-column %} - {% endblock %} -
- - -
- -
-
- -
-
-
- - -
-
- {% for name, url in related.tags.author %} - {{ name }}{% if not forloop.last %}, {% endif %} - {% endfor %} -
-
{{ book.title }}
-
-
- {% spaceless %} - - {% trans "Epoch" %}:  - {% for name, url in related.tags.epoch %} - {{ name }} - {% endfor %} - - - {% trans "Kind" %}:  - {% for name, url in related.tags.kind %} - {{ name }} - {% endfor %} - - - {% trans "Genre" %}:  - {% for name, url in related.tags.genre %} - {{ name }} - {% endfor %} - - - {% endspaceless %} -
-
- - {% block box-append %} - {% endblock %} -
-