Don't redirect after saving draft

This commit is contained in:
richard-dds
2018-11-12 11:17:47 -05:00
parent 2b07491c47
commit f291450962
3 changed files with 27 additions and 18 deletions

View File

@@ -42,6 +42,11 @@
{% endcall %}
{% endif %}
{% if saved_draft %}
{% call Alert('Draft saved', level='info') %}
{% endcall %}
{% endif %}
<form autocomplete="off" enctype="multipart/form-data">
{{ f.csrf_token }}