X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/062c5ec3437a944e39b486d36a54a6a11fa332d1..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 4567e742a..06e437d5c 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -5,52 +5,6 @@ {% block bodyid %}tagged-object-list{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

{% title_from_tags tags %}

{% breadcrumbs tags %} @@ -68,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 %}