Indicate edited post is saved

Should close #2642 and #2671. Gives a minimal solution to #2668.
This commit is contained in:
Tara Sophia Roshan 2023-07-27 00:22:09 -05:00
parent 07aca2f62c
commit 9cd599dee3

View file

@ -15,7 +15,11 @@
<div class="control">
<button class="button is-link" type="submit">
<span class="icon icon-spinner" aria-hidden="true"></span>
{% if draft %}
<span>{% trans "Save" %}</span>
{% else %}
<span>{% trans "Post" %}</span>
{% endif %}
</button>
</div>
</div>