mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Move book page rate action to book preview
This commit is contained in:
parent
5635e60c09
commit
f35cae49b3
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="cover-container">
|
||||
{% 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 @@
|
|||
</div>
|
||||
|
||||
<div class="column">
|
||||
{% include 'snippets/rate_action.html' with user=request.user book=book %}
|
||||
<h3>{{ active_tab }} rating: {% include 'snippets/stars.html' with rating=rating %}</h3>
|
||||
|
||||
{% include 'snippets/book_description.html' %}
|
||||
|
|
Loading…
Reference in a new issue