Code layout change.
[wolnelektury.git] / apps / catalogue / templates / catalogue / snippets / audiobook_list.html
diff --git a/apps/catalogue/templates/catalogue/snippets/audiobook_list.html b/apps/catalogue/templates/catalogue/snippets/audiobook_list.html
deleted file mode 100755 (executable)
index d7f5992..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% load catalogue_tags %}
-
-{% audiobook_tree orphans books_by_parent %}
-{% for author, group in books_by_author.items %}
-    {% if group %}
-        <a name="{{ author.slug }}"></a>
-        <div class="group">
-            <h2><a href="{{ author.get_absolute_url }}">{{ author }}</a></h2>
-            {% audiobook_tree group books_by_parent %}
-        </div>
-    {% endif %}
-{% endfor %}