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