Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / templates / catalogue / daisy_list.html
diff --git a/apps/catalogue/templates/catalogue/daisy_list.html b/apps/catalogue/templates/catalogue/daisy_list.html
deleted file mode 100644 (file)
index 65d9d6b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "catalogue/book_list.html" %}
-{% load i18n %}
-{% load ssi_include from ssify %}
-
-{% 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 %}
-{% ssi_include 'chunk' key='daisy-list' %}
-{% endblock %}