X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..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 c7cee4096..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" %}

-
{{ output.author }}
- -

{% trans "Kinds" %}

-
{{ output.kind }}
- -

{% trans "Genres" %}

-
{{ output.genre }}
- -

{% trans "Epochs" %}

-
{{ output.epoch }}
- -

{% trans "Themes and topics" %}

-
{{ output.theme }}
- -

{% trans "Collections" %}

-
{{ output.collections }}
- -
-{% endblock %}