From 0ce2960a0e399a89b349216bde2b8c91cd310ecb Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 2 Oct 2018 08:37:07 -0400 Subject: [PATCH] add help link to manual TO alert --- templates/requests/financial_verification.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index d20a2a55..50bf1e3a 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -23,7 +23,14 @@ {% if extended %} {{ 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.", - 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 %}