Remove old version.
[wolnelektury.git] / 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 (file)
index 1d7b0f7..0000000
+++ /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 %}
-  <h1>{% trans "Collections" %}</h1>
-
-  {% for obj in best %}
-    {{ obj.box }}
-  {% endfor %}
-
-  <h2>{% trans "All collections" %}</h2>
-  {% plain_list objects %}
-{% endblock %}