Use null instead of zero for unrated review
This commit is contained in:
parent
321554f17e
commit
22636041ba
@ -11,7 +11,7 @@
|
|||||||
class="is-sr-only"
|
class="is-sr-only"
|
||||||
type="radio"
|
type="radio"
|
||||||
name="rating"
|
name="rating"
|
||||||
value="0"
|
value=""
|
||||||
{% if default_rating == 0 or not default_rating %}checked{% endif %}
|
{% if default_rating == 0 or not default_rating %}checked{% endif %}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user