X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/972f33fb2d98a9ff59c931ac6a8a82def7cea6fe..759e23384cc103d4d313d9a5486644d59142fe69:/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 index 73f9f6ad3..000000000 --- a/src/catalogue/templates/catalogue/snippets/audiobook_list.html +++ /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 %} - -
-

{{ author }}

- {% audiobook_tree group books_by_parent %} -
- {% endif %} -{% endfor %}