Update the alert content when viewing the extended financial form

This commit is contained in:
Andrew Croce 2018-10-02 08:32:06 -04:00
parent d4b0941622
commit d4ae9763ed

View File

@ -21,8 +21,8 @@
<div class="col"> <div class="col">
{% if extended %} {% if extended %}
{{ Alert('Task Order not found in EDA', {{ Alert('Manually enter Task Order information',
message="We could not find your Task Order in the EDA, our system of record. Please confirm that you have entered the information correctly and resubmit or click on the button below to enter the TO manually.", message="Additional field are displayed below, where you can manually enter financial information as documented in your Task Order.",
level='warning' level='warning'
) }} ) }}
{% endif %} {% endif %}