mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-16 13:16:33 +00:00
Show status header on edit page
This commit is contained in:
parent
896885bffd
commit
0e30d1f856
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{% if draft.reply_parent %}
|
{% if draft.reply_parent %}
|
||||||
{% include 'snippets/status/status.html' with status=draft.reply_parent no_interact=True %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not draft %}
|
{% if not draft %}
|
||||||
|
|
Loading…
Reference in a new issue