diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 0275eb1a..df92e11a 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -35,9 +35,11 @@
-
- {% include 'snippets/book_cover.html' with book=book size=large %} - {% include 'snippets/rate_action.html' with user=request.user book=book %} +
+
+ {% include 'snippets/book_cover.html' with book=book size=large %} + {% include 'snippets/rate_action.html' with user=request.user book=book %} +
{% include 'snippets/shelve_button/shelve_button.html' %} {% if request.user.is_authenticated and not book.cover %} @@ -48,7 +50,7 @@
{% endif %} -
+
{% if book.isbn_13 %}