cleanup
[wolnelektury.git] / src / catalogue / templates / catalogue / snippets / audiobook_list.html
diff --git a/src/catalogue/templates/catalogue/snippets/audiobook_list.html b/src/catalogue/templates/catalogue/snippets/audiobook_list.html
deleted file mode 100644 (file)
index 73f9f6a..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 %}