diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index c44d3fe3..a1da21e5 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -4,6 +4,7 @@ {% load book_display_tags %} {% load group_tags %} {% load markdown %} +{% load utilities %} {% block breadcrumbs %} @@ -46,21 +47,16 @@ {% for item in items %} - {% with book=item.book %} - - + + {% with book=item.book %} + + {% include 'snippets/book_cover.html' with cover_class='is-w-auto is-h-m-tablet is-align-items-flex-start' size='medium' %} - + {% include 'snippets/book_titleby.html' %} @@ -73,8 +69,26 @@ {% include 'snippets/shelve_button/shelve_button.html' with book=book %} - {% endwith %} + {% endwith %} + + + {% include "snippets/avatar.html" with user=item.user %} + + + + + + {{ item.user.display_name }} + + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. + + + + +
{% include 'snippets/book_titleby.html' %}
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis. +