diff --git a/bookwyrm/templates/snippets/rate_action.html b/bookwyrm/templates/snippets/rate_action.html index 49cb87ed..dc962d01 100644 --- a/bookwyrm/templates/snippets/rate_action.html +++ b/bookwyrm/templates/snippets/rate_action.html @@ -1,4 +1,5 @@ {% load bookwyrm_tags %} +{% if request.user.is_authenticated %} Leave a rating
{% for i in '12345'|make_list %} @@ -14,3 +15,4 @@ {% endfor %}
+{% endif %}