X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1c32b7e62b938bc49d77718a629a5ff194c6a099..a9925ebffe713307d6bedecd670df1490aa206c8:/src/catalogue/templates/catalogue/collections.html diff --git a/src/catalogue/templates/catalogue/collections.html b/src/catalogue/templates/catalogue/collections.html index 26d67f173..1d7b0f71e 100644 --- a/src/catalogue/templates/catalogue/collections.html +++ b/src/catalogue/templates/catalogue/collections.html @@ -1,22 +1,18 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} -{% load ssi_include from ssify %} {% block titleextra %}{% trans "Collections" %}{% endblock %} {% block bodyid %}collections{% endblock %} {% block body %} -

{% trans "Collections" %}

- - {% for obj in best %} - {% ssi_include 'catalogue_collection_box' pk=obj.pk %} - {% endfor %} - -

{% trans "All collections" %}

- {% plain_list objects with_initials=False %} - +

{% trans "Collections" %}

+ {% for obj in best %} + {{ obj.box }} + {% endfor %} +

{% trans "All collections" %}

+ {% plain_list objects %} {% endblock %}