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 %}