From 0e30d1f856df9348cfefc510eaacb0f66b8b48f4 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 15 Oct 2021 14:45:26 -0700 Subject: [PATCH] Show status header on edit page --- bookwyrm/templates/compose.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bookwyrm/templates/compose.html b/bookwyrm/templates/compose.html index cc600972..ca0d8296 100644 --- a/bookwyrm/templates/compose.html +++ b/bookwyrm/templates/compose.html @@ -22,6 +22,10 @@
{% if draft.reply_parent %} {% include 'snippets/status/status.html' with status=draft.reply_parent no_interact=True %} + {% else %} +
+ {% include "snippets/status/header.html" with status=draft %} +
{% endif %} {% if not draft %}