Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / templates / catalogue / recent_daisy_list.html
diff --git a/apps/catalogue/templates/catalogue/recent_daisy_list.html b/apps/catalogue/templates/catalogue/recent_daisy_list.html
deleted file mode 100755 (executable)
index 6675af2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load catalogue_tags %}
-
-{% block titleextra %}{% trans "Recent DAISY files" %}{% endblock %}
-
-{% block bodyid %}recent-list{% endblock %}
-
-{% block body %}
-    <h1>{% trans "Recent DAISY files" %}</h1>
-
-    <div id="books-list">
-        {% work_list object_list %}
-    </div>
-{% endblock %}