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 %}