X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7583035c199c378c8d019937d155992709536b91..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/catalogue/templates/catalogue/catalogue.html diff --git a/apps/catalogue/templates/catalogue/catalogue.html b/apps/catalogue/templates/catalogue/catalogue.html deleted file mode 100644 index 228a4152f..000000000 --- a/apps/catalogue/templates/catalogue/catalogue.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags %} - - -{% block titleextra %}{% trans "Catalogue" %}{% endblock %} - -{% block bodyid %}catalogue-catalogue{% endblock %} - -{% block body %} -

{% trans "Catalogue" %}

- -
- -

- {% trans "Download the catalogue in PDF format." %} -

- -

{% trans "Authors" %}

-
{% tag_list categories.author %}
- -

{% trans "Kinds" %}

-
{% tag_list categories.kind %}
- -

{% trans "Genres" %}

-
{% tag_list categories.genre %}
- -

{% trans "Epochs" %}

-
{% tag_list categories.epoch %}
- -

{% trans "Themes and topics" %}

-
{% tag_list fragment_tags %}
- -

{% trans "Collections" %}

-
{% collection_list collections %}
- -
-{% endblock %}