forked from mirrors/bookwyrm
Add stars to book page review form
This commit is contained in:
parent
71a61447d9
commit
6ff1906a0b
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
<h3>Leave a review</h3>
|
||||
<form class="review-form" name="review" action="/review/" method="post">
|
||||
{% csrf_token %}
|
||||
{% include 'snippets/rate_form.html' with book=book %}
|
||||
<input type="hidden" name="book" value="{{ book.fedireads_key }}"></input>
|
||||
{{ review_form.as_p }}
|
||||
<button type="submit">Post review</button>
|
||||
|
|
Loading…
Reference in a new issue