diff --git a/bookwyrm/templates/snippets/form_rate_stars.html b/bookwyrm/templates/snippets/form_rate_stars.html
index 302f181ed..47cb241dc 100644
--- a/bookwyrm/templates/snippets/form_rate_stars.html
+++ b/bookwyrm/templates/snippets/form_rate_stars.html
@@ -37,7 +37,7 @@
type="radio"
name="rating"
value="{{ forloop.counter0 }}.5"
- {% if default_rating == forloop.counter %}checked{% endif %}
+ {% if default_rating >= forloop.counter0 %}checked{% endif %}
/>
= forloop.counter %}checked{% endif %}
/>