diff --git a/templates/fragments/pending_ccpo_acceptance_alert.html b/templates/fragments/pending_ccpo_acceptance_alert.html index 78ec1707..2e2343f5 100644 --- a/templates/fragments/pending_ccpo_acceptance_alert.html +++ b/templates/fragments/pending_ccpo_acceptance_alert.html @@ -1,3 +1,5 @@ +{% from "components/icon.html" import Icon %} +
We will review and respond to your request in 3 business days. You’ll be notified via email or phone.
@@ -6,6 +8,10 @@ While your request is being reviewed, your next step is to create a Task Order associated with JEDI Cloud. Please contact a Contracting Officer (KO), Contracting Officer Representative (COR), or a Financial Manager to help with this step. -- Learn more about the JEDI Cloud Task Order and the Financial Verification process. -
+ + diff --git a/templates/fragments/pending_ccpo_approval_modal.html b/templates/fragments/pending_ccpo_approval_modal.html index f414b4ad..ff92203c 100644 --- a/templates/fragments/pending_ccpo_approval_modal.html +++ b/templates/fragments/pending_ccpo_approval_modal.html @@ -30,6 +30,9 @@ Once the Task Order has been created, you will be asked to provide details about the task order in the Financial Verification step. -- Learn more about the JEDI Cloud Task Order and the Financial Verification process. -
+ diff --git a/templates/fragments/pending_financial_verification.html b/templates/fragments/pending_financial_verification.html index 2bbfdf7e..16b2bc1b 100644 --- a/templates/fragments/pending_financial_verification.html +++ b/templates/fragments/pending_financial_verification.html @@ -7,6 +7,11 @@ Once the Task Order has been created, you will be asked to provide details about the task order in the Financial Verification step. -- Learn more about the JEDI Cloud Task Order and the Financial Verification process. -
+ + + diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 6da7f860..8cc71b9b 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -10,7 +10,7 @@ message="Track your monthly and cumulative expenditures for your workspace, projects, and environments below.
\Please note that the projected spend is based on the average expense over the last three completed months and therefore does not account for future changes that might be made in scale or configuration of your cloud services.
", actions=[ - {"label": "Learn More", "href": "/", "icon": "info"} + {"label": "Learn More", "href": "/help", "icon": "info"} ] ) }}