Save edited statuses
This commit is contained in:
parent
8a08d789cb
commit
066f14ca84
3 changed files with 16 additions and 8 deletions
|
@ -17,7 +17,7 @@ reply_parent: the Status object this post will be in reply to, if applicable
|
|||
<form
|
||||
class="is-flex-grow-1{% if not no_script %} submit-status{% endif %}"
|
||||
name="{{ type }}"
|
||||
action="{% url "create-status" type %}"
|
||||
action="{% url "create-status" type draft.id %}"
|
||||
method="post"
|
||||
id="form_{{ type }}_{{ book.id }}{{ reply_parent.id }}"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue