From 7c875b2ac20f8e2f80df4a729577cba2965c13d3 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Tue, 27 Apr 2021 21:52:28 +0200 Subject: [PATCH] cover: Update /post?status_type=TYPE&book=ID --- bookwyrm/templates/compose.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/compose.html b/bookwyrm/templates/compose.html index 9b0549ed7..0f609cf72 100644 --- a/bookwyrm/templates/compose.html +++ b/bookwyrm/templates/compose.html @@ -11,14 +11,15 @@ {% with 0|uuid as uuid %}
{% if book %} -
+ {% endif %} -
+
{% if draft.reply_parent %} {% include 'snippets/status/status.html' with status=draft.reply_parent no_interact=True %} {% endif %}