X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/catalogue/templates/catalogue/snippets/book_list.html diff --git a/src/catalogue/templates/catalogue/snippets/book_list.html b/src/catalogue/templates/catalogue/snippets/book_list.html old mode 100755 new mode 100644 index 526dcbbcc..5f1a04fd7 --- a/src/catalogue/templates/catalogue/snippets/book_list.html +++ b/src/catalogue/templates/catalogue/snippets/book_list.html @@ -2,11 +2,11 @@ {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} - {% if group %} - -
-

{{ author }}

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

{{ author }}

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