warning alert for manually entering task order info on financial form

This commit is contained in:
dandds
2018-08-21 09:22:39 -04:00
parent 4c1ffecea5
commit 0a6cbe7e03
3 changed files with 20 additions and 0 deletions

View File

@@ -16,6 +16,17 @@
) }}
{% endif %}
{% if f.is_missing_task_order_id %}
{% set extended_url = url_for('requests.financial_verification', request_id=request_id, extended=True) %}
{{ Alert('Task Order not found in EDA',
message="We could not find your Task Order in our system of record, EDA.
Please confirm that you have entered it correctly.
<a href=\"%s\">Otherwise enter TO information manually.</a>
"|format(extended_url),
level='warning'
) }}
{% endif %}
<div class="panel">
<div class="panel__heading">