X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fd8cd1a9e08a5b31819da53d96a6775d31c20748..5bd864493e531e5600c5ca989825d89cc3ee1487:/src/catalogue/templates/catalogue/2022/author_detail.html diff --git a/src/catalogue/templates/catalogue/2022/author_detail.html b/src/catalogue/templates/catalogue/2022/author_detail.html index 17514ed98..c063d9e9b 100644 --- a/src/catalogue/templates/catalogue/2022/author_detail.html +++ b/src/catalogue/templates/catalogue/2022/author_detail.html @@ -1,11 +1,12 @@ {% extends '2022/base.html' %} +{% load catalogue_tags %} {% load choose_cites from social_tags %} {% block breadcrumbs %} Katalog - Autor + {{ tags.0.get_category_display|title }} {% endblock %} {% block main %} @@ -24,7 +25,19 @@
- + +
+ {% for tag in tags %} + {% if forloop.counter > 1 %} + + {{ tag }} + ✖ + + {% endif %} + {% endfor %} +
+ +
Sortuj: @@ -36,6 +49,19 @@
+
+ +
+

{% nice_title_from_tags tags categories %}

+
+ {% for tag in suggest %} + + {{ tag }} + + {% endfor %} +
+
+