fixes
[wolnelektury.git] / src / catalogue / templates / catalogue / daisy_list.html
index 65d9d6b..0ef6878 100644 (file)
@@ -1,17 +1,19 @@
 {% extends "catalogue/book_list.html" %}
 {% load i18n %}
-{% load ssi_include from ssify %}
+{% 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' %}" />
+  <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' %}
+  {% chunk 'daisy-list' %}
 {% endblock %}