Always show draft timestamp if there is one
This commit is contained in:
parent
587a0da000
commit
56b6bdaab4
@ -185,7 +185,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock form %}
|
{% 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>
|
Draft saved at <localdatetime :timestamp="'{{ jedi_request.last_finver_draft_saved_at.isoformat() }}'"></localdatetime>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block next %}
|
{% block next %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user