X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..972f33fb2d98a9ff59c931ac6a8a82def7cea6fe:/src/catalogue/templates/catalogue/snippets/audiobook_list.html?ds=sidebyside diff --git a/src/catalogue/templates/catalogue/snippets/audiobook_list.html b/src/catalogue/templates/catalogue/snippets/audiobook_list.html old mode 100755 new mode 100644 index d7f599274..73f9f6ad3 --- a/src/catalogue/templates/catalogue/snippets/audiobook_list.html +++ b/src/catalogue/templates/catalogue/snippets/audiobook_list.html @@ -2,11 +2,11 @@ {% audiobook_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} - {% if group %} - -
-

{{ author }}

- {% audiobook_tree group books_by_parent %} -
- {% endif %} + {% if group %} + +
+

{{ author }}

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