X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..15d2aa1ffc87f255ac36c8c9c973459556cee077:/src/catalogue/templates/catalogue/picture_list.html diff --git a/src/catalogue/templates/catalogue/picture_list.html b/src/catalogue/templates/catalogue/picture_list.html index ce61ec48b..60f2eb0d9 100644 --- a/src/catalogue/templates/catalogue/picture_list.html +++ b/src/catalogue/templates/catalogue/picture_list.html @@ -11,22 +11,19 @@ {% block book_list %} -{% for author, group in pictures_by_author.items %} - -
-

{{ author }}

- {% for picture in group %} -
- {% thumbnail picture.image_file "300x300" as im %} - - {% endthumbnail %} - {{picture.title}} -
-
+ {% for author, group in pictures_by_author.items %} + +
+

{{ author }}

+ {% for picture in group %} +
+ {% thumbnail picture.image_file "300x300" as im %} + + {% endthumbnail %} + {{picture.title}} +
+
+ {% endfor %} +
{% endfor %} -
- -{% endfor %} - {% endblock %} -