From 936d68f0edcf1a463f38214c28215cb20744aaa0 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 4 Apr 2021 09:08:44 -0700 Subject: [PATCH] Don't allow delete and redraft of ratings --- bookwyrm/templates/snippets/status/status_options.html | 2 +- bookwyrm/views/status.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' %}