X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fb20b55d2769c454ab880eaa7df053aa491193bf..92bcb49ab1a4bf73225b8dec1cf09fd6dff8a879:/wolnelektury/templates/catalogue/book_short.html?ds=inline diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 77e775ed3..1b1eb4b43 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -5,7 +5,7 @@
- + {% if main_link %}{% endif %} {% if book.cover %} Cover {% endif %} - - {% block right-column %} - {% endblock %} + {% if main_link %}{% endif %}
@@ -42,7 +40,11 @@ {% endif %}{% endfor %}{% for title, slug in related.parents %}, {{ title }}{% endfor %}
-
{{ book.title }}
+
+ {% if main_link %}{% endif %} + {{ book.title }} + {% if main_link %}{% endif %} +
@@ -80,8 +82,8 @@ {% trans "Read online" %} {% endif %} -
  • - {% trans "Download" %} +
  • + {% trans "Download" %}
    {% if book.pdf_file %} PDF {% trans "to print" %} @@ -106,6 +108,8 @@ {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %} + {% block right-column %} + {% endblock %}