rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / catalogue.html
diff --git a/wolnelektury/templates/catalogue/catalogue.html b/wolnelektury/templates/catalogue/catalogue.html
deleted file mode 100644 (file)
index 3840362..0000000
+++ /dev/null
@@ -1,29 +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">
-    <h2></a>{% trans "Authors" %}<a name="autorzy"></a></h2>
-    {% tag_list categories.author %}
-
-    <h2>{% trans "Kinds" %}<a name="rodzaje"></a></h2>
-    {% tag_list categories.kind %}
-
-    <h2>{% trans "Genres" %}<a name="gatunki"></a></h2>
-    {% tag_list categories.genre %}
-
-    <h2>{% trans "Epochs" %}<a name="epoki"></a></h2>
-    {% tag_list categories.epoch %}
-
-    <h2>{% trans "Themes and topics" %}<a name="motywy"></a></h2>
-    {% tag_list fragment_tags %}
-    </div>
-{% endblock %}