diff --git a/bookwyrm/views/status.py b/bookwyrm/views/status.py index d8a3605d1..f0119e0e0 100644 --- a/bookwyrm/views/status.py +++ b/bookwyrm/views/status.py @@ -113,7 +113,7 @@ class DeleteAndRedraft(View): status_type = status.status_type.lower() if status.reply_parent: - status_type = 'reply' + status_type = "reply" data = { "draft": status,