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