no ssi for book_short
[wolnelektury.git] / src / catalogue / templates / catalogue / daisy_list.html
index 65d9d6b..22a82d6 100644 (file)
@@ -7,11 +7,13 @@
 {% 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' %}
+  {% ssi_include 'chunk' key='daisy-list' %}
 {% endblock %}