Show status header on edit page

This commit is contained in:
Mouse Reeve 2021-10-15 14:45:26 -07:00
parent 896885bffd
commit 0e30d1f856

View file

@ -22,6 +22,10 @@
<div class="column">
{% if draft.reply_parent %}
{% include 'snippets/status/status.html' with status=draft.reply_parent no_interact=True %}
{% else %}
<div class="block">
{% include "snippets/status/header.html" with status=draft %}
</div>
{% endif %}
{% if not draft %}