Show feedback when draft is saved

This commit is contained in:
richard-dds
2018-11-12 11:48:30 -05:00
parent f67215d142
commit 9e4cec9a6a
2 changed files with 6 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
{% endif %}
{% if saved_draft %}
{% call Alert('Draft saved', level='info') %}
{% call Alert('Draft saved', level='success') %}
{% endcall %}
{% endif %}
@@ -185,6 +185,9 @@
</div>
{% endblock form %}
{% if saved_draft %}
Draft saved at <localdatetime :timestamp="new Date().toString()"></localdatetime>
{% endif %}
{% block next %}
<div class='action-group'>
<input formmethod="post" formaction="{{ url_for('requests.financial_verification', request_id=jedi_request.id, extended=extended) }}" type='submit' class='usa-button usa-button-primary' value='Save & Continue' />