{% 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/shelve_button.html' %}
@@ -93,7 +93,7 @@
-
+
{% include 'snippets/stars.html' with rating=rating %}
@@ -201,7 +201,7 @@