Merge branch 'reflow'
[wolnelektury.git] / 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 (file)
index c7cee40..0000000
+++ /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 %}
-    <h1>{% trans "Catalogue" %}</h1>
-
-    <div class="normal-text catalogue-catalogue">
-
-    <p><a href="{% url 'reporting_catalogue_pdf' %}">
-        {% trans "Download the catalogue in PDF format." %}
-    </a></p>
-
-    <h2 class="white-box">{% trans "Authors" %}<a name="autorzy"></a></h2>
-    <div class="white-box">{{ output.author }}</div>
-
-    <h2 class="white-box">{% trans "Kinds" %}<a name="rodzaje"></a></h2>
-    <div class="white-box" lang="pl">{{ output.kind }}</div>
-
-    <h2 class="white-box">{% trans "Genres" %}<a name="gatunki"></a></h2>
-    <div class="white-box" lang="pl">{{ output.genre }}</div>
-
-    <h2 class="white-box">{% trans "Epochs" %}<a name="epoki"></a></h2>
-    <div class="white-box" lang="pl">{{ output.epoch }}</div>
-
-    <h2 class="white-box">{% trans "Themes and topics" %}<a name="motywy"></a></h2>
-    <div class="white-box" lang="pl">{{ output.theme }}</div>
-
-    <h2 class="white-box">{% trans "Collections" %}<a name="kolekcje"></a></h2>
-    <div class="white-box" lang="pl">{{ output.collections }}</div>
-
-    </div>
-{% endblock %}