X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b65636fcd90b21946fead6813d7f1312e7ade6ce..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 90ac6af01..a6d3028d1 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -38,10 +38,12 @@
{% for name, url in related.tags.author %} - {{ name }}{% if not forloop.last %}, {% endif %} + {{ name }}{% if not forloop.last %}, + {% endif %}{% endfor %}{% for title, slug in related.parents %}, + {{ title }} {% endfor %}
-
{{ book.title }}
+
{{ book.title }}
{% spaceless %} @@ -65,8 +67,13 @@ {% endspaceless %} + + {% shelf_tags book %}
+ + {% block book-box-extra-info %}{% endblock %} + {% block box-append %} {% endblock %} +