X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6ed6a028456f3f20ebbc91e88014416e08817239..1cd04c089c97bd20d66453089ed61b547d088cbe:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 769a5cb05..06e437d5c 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -22,19 +22,30 @@
{{ last_tag.description|safe }}
+

Zwiń opis ▲

{% endif %} - {% endwith %} {% if shelf_is_set %} - + Pobierz wszystkie książki z tej półki {% endif %} + {% if last_tag.gazeta_link %} +

{{ last_tag }} w Lektury.Gazeta.pl

+ {% endif %} + {% if last_tag.wiki_link %} +

{{ last_tag }} w Wikipedii

+ {% endif %}
    {% for book in object_list %} -
  1. {{ book.short_html }}
  2. +
  3. + {% if user_is_owner %} + Usuń + {% endif %} + {{ book.short_html }}
  4. {% endfor %}
+ {% endwith %} {% paginate %}