add help link to manual TO alert

This commit is contained in:
Andrew Croce 2018-10-02 08:37:07 -04:00
parent 9875821248
commit 0ce2960a0e

View File

@ -23,7 +23,14 @@
{% if extended %} {% if extended %}
{{ Alert('Manually enter Task Order information', {{ Alert('Manually enter Task Order information',
message="Additional field are displayed below, where you can manually enter financial information as documented in your Task Order.", message="Additional field are displayed below, where you can manually enter financial information as documented in your Task Order.",
level='warning' level='warning',
actions=[
{
'href': url_for('atst.helpdocs'),
'label': 'Learn more about the JEDI Cloud Task Order and the Financial Verification process.',
'icon': 'help'
}
]
) }} ) }}
{% endif %} {% endif %}