Always show draft timestamp if there is one

This commit is contained in:
richard-dds 2018-11-13 17:18:51 -05:00
parent 587a0da000
commit 56b6bdaab4

View File

@ -185,7 +185,7 @@
</div>
{% endblock form %}
{% if saved_draft %}
{% if jedi_request.last_finver_draft_saved_at %}
Draft saved at <localdatetime :timestamp="'{{ jedi_request.last_finver_draft_saved_at.isoformat() }}'"></localdatetime>
{% endif %}
{% block next %}