diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index dbaad79d..a9d8289e 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -9,6 +9,12 @@ {% include 'requests/review_menu.html' %} +{% if saved_draft %} + {% call Alert('Draft saved', level='success') %} + {% endcall %} +{% endif %} + + {% if jedi_request.is_pending_financial_verification and not f.errors and not extended %} {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }} {% endif %} @@ -19,7 +25,6 @@
- {% if extended %} {{ Alert('Manually enter Task Order information', message="Additional fields are displayed below, where you can manually enter financial information as documented in your Task Order.", @@ -42,11 +47,6 @@ {% endcall %} {% endif %} - {% if saved_draft %} - {% call Alert('Draft saved', level='success') %} - {% endcall %} - {% endif %} -
{{ f.csrf_token }}