rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / catalogue / daisy_list.html
diff --git a/wolnelektury/templates/catalogue/daisy_list.html b/wolnelektury/templates/catalogue/daisy_list.html
deleted file mode 100644 (file)
index 88e95a4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "catalogue/book_list.html" %}
-{% load i18n %}
-
-{% 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 %}
-<p>{% blocktrans %}System DAISY to uznany na całym świecie format udostępniania książek
-dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób
-mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez ograniczeń.{% endblocktrans %}</p>
-{% endblock %}