Fixes form submission from compose view

This commit is contained in:
Mouse Reeve
2021-09-18 14:56:20 -07:00
parent 7bb9bea0c4
commit 01ffb8d77b
2 changed files with 8 additions and 2 deletions

View File

@ -27,7 +27,7 @@
{% if not draft %}
{% include 'snippets/create_status.html' %}
{% else %}
{% include 'snippets/create_status/status.html' %}
{% include 'snippets/create_status/status.html' with no_script=True %}
{% endif %}
</div>
</div>