Remove old version.
[wolnelektury.git] / src / catalogue / templates / catalogue / daisy_list.html
diff --git a/src/catalogue/templates/catalogue/daisy_list.html b/src/catalogue/templates/catalogue/daisy_list.html
deleted file mode 100644 (file)
index 0ef6878..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "catalogue/book_list.html" %}
-{% load i18n %}
-{% load chunk from chunks %}
-
-{% block bodyid %}book-a-list{% endblock %}
-
-{% block titleextra %}{% trans "Listing of all DAISY files" %}{% endblock %}
-
-{% block extrahead %}
-  <link rel="alternate" type="application/atom+xml"
-        title="{% trans "Latest DAISY audiobooks" %}"
-        href="{% url 'audiobook_feed' 'daisy' %}" />
-{% endblock %}
-
-{% block book_list_header %}{% trans "Listing of all DAISY files" %}{% endblock %}
-
-{% block book_list_info %}
-  {% chunk 'daisy-list' %}
-{% endblock %}