diff --git a/fedireads/templates/book.html b/fedireads/templates/book.html index ee832d863..a35f30f5c 100644 --- a/fedireads/templates/book.html +++ b/fedireads/templates/book.html @@ -18,7 +18,7 @@
{% 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.html' %} {% if request.user.is_authenticated and not book.cover %} @@ -40,7 +40,6 @@
- {% include 'snippets/rate_action.html' with user=request.user book=book %}

{{ active_tab }} rating: {% include 'snippets/stars.html' with rating=rating %}

{% include 'snippets/book_description.html' %}