From e78982b4c7f70ff495c1bd338e972c7403651f70 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 31 Mar 2021 11:42:57 -0700 Subject: [PATCH] Simplifies reading goal progress covers view --- bookwyrm/templates/goal.html | 8 +++----- bookwyrm/templates/snippets/book_cover.html | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bookwyrm/templates/goal.html b/bookwyrm/templates/goal.html index 5e967f41..fef1438b 100644 --- a/bookwyrm/templates/goal.html +++ b/bookwyrm/templates/goal.html @@ -55,11 +55,9 @@
{% for book in goal.books %} -
-
- - {% include 'discover/small-book.html' with book=book.book rating=goal.ratings %} - + {% endfor %} diff --git a/bookwyrm/templates/snippets/book_cover.html b/bookwyrm/templates/snippets/book_cover.html index 92137853..0dbc3672 100644 --- a/bookwyrm/templates/snippets/book_cover.html +++ b/bookwyrm/templates/snippets/book_cover.html @@ -1,7 +1,7 @@ {% load bookwyrm_tags %}
{% if book.cover %} -{{ book.alt_text }} +{{ book.alt_text }} {% else %}
No cover