diff --git a/bookwyrm/templates/goal.html b/bookwyrm/templates/goal.html index fef1438be..1e10144ff 100644 --- a/bookwyrm/templates/goal.html +++ b/bookwyrm/templates/goal.html @@ -57,7 +57,7 @@ {% for book in goal.books %}
- {% include 'snippets/book_cover.html' with book=book.book %} + {% include 'snippets/book_cover.html' with book=book.book %}
{% endfor %}