diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 9243d3af..2902f793 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -44,8 +44,15 @@
- {% include 'snippets/book_titleby.html' %} - {% include 'snippets/stars.html' with rating=item.book|rating:request.user %} +

+ {% include 'snippets/book_titleby.html' %} +

+

+ {% include 'snippets/stars.html' with rating=item.book|rating:request.user %} +

+

+ {{ book|book_description|to_markdown|default:""|safe|truncatewords_html:20 }} +

{% include 'snippets/shelve_button/shelve_button.html' %}