Merge pull request #1183 from bookwyrm-social/null-rating
Use null instead of zero for unrated review
This commit is contained in:
commit
816feb1cc9
|
@ -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…
Reference in New Issue