X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ea9d7d13a44a6ad6357b1af8c977c27753268521..a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc:/src/catalogue/templates/catalogue/2022/book_list.html diff --git a/src/catalogue/templates/catalogue/2022/book_list.html b/src/catalogue/templates/catalogue/2022/book_list.html index e08cf3ad9..1652e7a67 100644 --- a/src/catalogue/templates/catalogue/2022/book_list.html +++ b/src/catalogue/templates/catalogue/2022/book_list.html @@ -17,9 +17,9 @@
{% if main_tag.photo %} - {% thumbnail main_tag.photo '40x40' crop='center' as th %} + {% thumbnail main_tag.photo '40x40' crop='top' as th %}
- {{ main_tag.name }} + {{ main_tag.name }}
{% endthumbnail %} {% endif %} @@ -56,7 +56,9 @@
{% for ordering in view.get_orderings %} {% endfor %} +
{% endif %}
-
+
+
-

{% nice_title_from_tags tags suggested_tags_by_category %}

+

{% nice_title_from_tags tags suggested_tags_by_category %}

{% if suggested_tags %}
{% for tag in suggested_tags %} @@ -83,6 +100,7 @@ {% endif %}
+
{% autopaginate object_list view.page_size %}