diff --git a/atst/forms/new_request.py b/atst/forms/new_request.py index bc05f412..73f005f5 100644 --- a/atst/forms/new_request.py +++ b/atst/forms/new_request.py @@ -113,7 +113,7 @@ class DetailsOfUseForm(CacheableForm): # Details of Use: Financial Usage estimated_monthly_spend = IntegerField( "Estimated Monthly Spend", - description='Use the JEDI CSP Calculator to estimate your monthly cloud resource usage and enter the dollar amount below. Note these estimates are for initial approval only. After the request is approved, you will be asked to provide a valid Task Order number with specific CLIN amounts for cloud services.', + description='Use the JEDI CSP Calculator to estimate your monthly cloud resource usage and enter the dollar amount below. Note these estimates are for initial approval only. After the request is approved, you will be asked to provide a valid Task Order number with specific CLIN amounts for cloud services.', ) dollar_value = IntegerField( diff --git a/atst/routes/__init__.py b/atst/routes/__init__.py index 93f04601..339cd219 100644 --- a/atst/routes/__init__.py +++ b/atst/routes/__init__.py @@ -143,3 +143,13 @@ def activity_history(): @bp.route("/about") def about(): return render_template("about.html") + + +@bp.route("/csp-environment-access") +def csp_environment_access(): + return render_template("mock_csp.html", text="console for this environment") + + +@bp.route("/jedi-csp-calculator") +def jedi_csp_calculator(): + return render_template("mock_csp.html", text="service and price calculator") diff --git a/static/img/cloud-background-2.gif b/static/img/cloud-background-2.gif new file mode 100644 index 00000000..9635cef2 Binary files /dev/null and b/static/img/cloud-background-2.gif differ diff --git a/static/img/cloud-background-3.jpg b/static/img/cloud-background-3.jpg new file mode 100644 index 00000000..a1567faa Binary files /dev/null and b/static/img/cloud-background-3.jpg differ diff --git a/static/img/cloud_background.jpg b/static/img/cloud_background.jpg new file mode 100644 index 00000000..07c57b07 Binary files /dev/null and b/static/img/cloud_background.jpg differ diff --git a/templates/mock_csp.html b/templates/mock_csp.html new file mode 100644 index 00000000..66128752 --- /dev/null +++ b/templates/mock_csp.html @@ -0,0 +1,66 @@ + + + +
+

Once the Cloud Service Provider is selected, this link will take you to the CSP's {{ text }}!

+
+ + diff --git a/templates/workspaces/projects/index.html b/templates/workspaces/projects/index.html index 3c073ade..fc907b90 100644 --- a/templates/workspaces/projects/index.html +++ b/templates/workspaces/projects/index.html @@ -35,7 +35,7 @@