diff --git a/bookwyrm/templates/snippets/status/status_options.html b/bookwyrm/templates/snippets/status/status_options.html index c476bfbf..a76cbc39 100644 --- a/bookwyrm/templates/snippets/status/status_options.html +++ b/bookwyrm/templates/snippets/status/status_options.html @@ -19,7 +19,7 @@ -{% if status.status_type != 'GeneratedNote' %} +{% if status.status_type != 'GeneratedNote' and status.status_type != 'Rating' %}