diff --git a/templates/requests.html b/templates/requests.html index 4bb7509b..879560a2 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -7,23 +7,22 @@ {% block content %} {% call Modal(name='pendingFinancialVerification', dismissable=True) %} -

Your request is now approved!

+

Request submitted!

- Your next step is to create a Task Order (T.O.) associated with - JEDI Cloud. Please consult a Contracting Officer (KO) or - Contracting Officer Representative (COR) to help with this step. + The 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.

- Once the Task Order (T.O.) has been created, we will need the following - details to create your account. These details will help keep your cloud - usage in sync with your budget. + Once the Task Order has been created, you will be asked to provide + details about the task order in the Financial Verification step.

- {{ Alert("You'll need these details: ", - message="

Task Order Number

Contracting Officer: Name, E-mail and Office

" - ) }} +

+ Learn more about the JEDI Task Order and the Financial Verification process. +

Close @@ -42,7 +41,20 @@ {% else %} {{ Alert('Pending Financial Verification', - message="

Your next step is to create a Task Order (T.O.) associated with JEDI Cloud. Please consult a Contracting Officer (KO) or Contracting Officer Representative (COR) to help with this step.

" + message=" +

+ The 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. +

+

+ 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 Task Order and the Financial Verification process. +

+ " ) }}