diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index e6823812..79acffc4 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -77,7 +77,7 @@ {% endif %} {% if book.cover %} - {% include 'book/cover_show_modal.html' with book=book id="cover_show_modal" %}