Use null instead of zero for unrated review

This commit is contained in:
Mouse Reeve 2021-06-17 17:47:46 -07:00
parent 321554f17e
commit 22636041ba

View file

@ -11,7 +11,7 @@
class="is-sr-only"
type="radio"
name="rating"
value="0"
value=""
{% if default_rating == 0 or not default_rating %}checked{% endif %}
>