diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 6613d397b..ce5e96873 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -113,7 +113,7 @@ {% include 'snippets/rate_action.html' with user=request.user book=book %} -
+
{% include 'snippets/shelve_button/shelve_button.html' %}
diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button.html b/bookwyrm/templates/snippets/shelve_button/shelve_button.html index 93655d561..010bff055 100644 --- a/bookwyrm/templates/snippets/shelve_button/shelve_button.html +++ b/bookwyrm/templates/snippets/shelve_button/shelve_button.html @@ -7,7 +7,7 @@ {% active_shelf book as active_shelf %} {% latest_read_through book request.user as readthrough %} {% with active_shelf_book=active_shelf.book %} -
+
{% if switch_mode and active_shelf_book != book %}
{% include 'snippets/switch_edition_button.html' with edition=book size='is-small' %}