X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/catalogue/templates/catalogue/collections.html diff --git a/src/catalogue/templates/catalogue/collections.html b/src/catalogue/templates/catalogue/collections.html deleted file mode 100644 index 1d7b0f71e..000000000 --- a/src/catalogue/templates/catalogue/collections.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base/base.html" %} -{% load i18n %} -{% load catalogue_tags %} - -{% block titleextra %}{% trans "Collections" %}{% endblock %} - -{% block bodyid %}collections{% endblock %} - -{% block body %} -

{% trans "Collections" %}

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

{% trans "All collections" %}

- {% plain_list objects %} -{% endblock %}