From f35cae49b3c10a098e57ecfb6b9d0f66ef2ff77a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 4 Apr 2020 12:35:28 -0700 Subject: [PATCH] Move book page rate action to book preview --- fedireads/templates/book.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedireads/templates/book.html b/fedireads/templates/book.html index ee832d86..a35f30f5 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' %}