diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 98006184..40da6486 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -155,9 +155,12 @@ {% if user_authenticated %} +
{% trans "rated it" %}
+ + {% include 'snippets/stars.html' with rating=rating.rating %} +{% trans "rated it" %}
- - {% include 'snippets/stars.html' with rating=rating.rating %} -