X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c0e373447323b5e33b273859e790a2054771afa..305485e53a72c278e2b24b754f68df2e4dd71f40:/src/catalogue/templates/catalogue/tagged_object_list.html diff --git a/src/catalogue/templates/catalogue/tagged_object_list.html b/src/catalogue/templates/catalogue/tagged_object_list.html index f83c7d5cd..2b82aa348 100644 --- a/src/catalogue/templates/catalogue/tagged_object_list.html +++ b/src/catalogue/templates/catalogue/tagged_object_list.html @@ -1,9 +1,9 @@ {% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags switch_tag social_tags %} -{% load ssi_include from ssify %} -{% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif list_type == 'gallery' %}{% trans "Gallery" %}{% elif list_type == 'audiobooks' %}{% trans "Audiobooks" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %} +{% block titleextra %}{% if tags %}{% title_from_tags tags %}{% elif list_type == 'gallery' %}{% trans "Art" %}{% elif list_type == 'audiobooks' %}{% trans "Audiobooks" %}{% else %}{% trans "Literature" %}{% endif %}{% endblock %} + {% block bodyid %}tagged-object-list{% endblock %} @@ -42,24 +42,6 @@ {% endif %} - {% comment %} - {% if list_type == 'books' and not tags %} -
-

{% trans "Recent publications" %}

- {% for book in last_published %} - {% ssi_include 'catalogue_book_mini' pk=book.pk %} - {% endfor %} - {% trans "More recent publications" %} -
-
-

{% trans "Most popular books" %}

- {% for book in most_popular %} - {% ssi_include 'catalogue_book_mini' pk=book.pk %} - {% endfor %} -
- {% endif %} - {% endcomment %} - {% if theme_is_set %} {% work_list object_list %} {% else %} @@ -103,11 +85,6 @@ {% endif %} - {% if tag.gazeta_link %} -
- {{ tag }} {% trans "in Lektury.Gazeta.pl" %} -
- {% endif %} {% if tag.wiki_link %}