From a9daa4670eda49086d665c561e6e0f6f04a5cf89 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 15 Oct 2021 14:41:14 -0700 Subject: [PATCH] Retain reading status on comments --- bookwyrm/templates/snippets/create_status/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bookwyrm/templates/snippets/create_status/layout.html b/bookwyrm/templates/snippets/create_status/layout.html index 43b4cdcaf..8d24fa021 100644 --- a/bookwyrm/templates/snippets/create_status/layout.html +++ b/bookwyrm/templates/snippets/create_status/layout.html @@ -33,6 +33,9 @@ reply_parent: the Status object this post will be in reply to, if applicable + {% if draft %} + + {% endif %} {% endblock %} {% include "snippets/create_status/content_warning_field.html" %}