X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..af43a678694121f8b7c81a52a64d02c1b024fc57:/src/catalogue/templates/catalogue/collections.html diff --git a/src/catalogue/templates/catalogue/collections.html b/src/catalogue/templates/catalogue/collections.html index 1c6987278..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 %} - +

{% trans "Collections" %}

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

{% trans "All collections" %}

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