From 63b319e28604572739a761598d0244a7cf2b450b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 28 Mar 2021 11:27:09 -0700 Subject: [PATCH] Space between shelve button and isbn on book page --- bookwyrm/templates/book/book.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index df92e11a..aef8fba1 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -40,7 +40,9 @@ {% 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' %} +
+ {% include 'snippets/shelve_button/shelve_button.html' %} +
{% if request.user.is_authenticated and not book.cover %}