From 15728eb9a06a0e3fcf33a63b86cc4b51bb9354bf Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Wed, 25 Jul 2018 15:12:30 -0400 Subject: [PATCH] Begin updating fields --- atst/forms/request.py | 25 +++++++++++++++++++++++++ templates/components/text_input.html.to | 2 +- templates/requests/screen-1.html.to | 15 +++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) diff --git a/atst/forms/request.py b/atst/forms/request.py index 6c89aeb2..f6330ecf 100644 --- a/atst/forms/request.py +++ b/atst/forms/request.py @@ -9,6 +9,31 @@ import pendulum class RequestForm(ValidatedForm): + # Details of Use: General + + dod_component = StringField( + "DoD Component", + description="Identify the DoD component that is requesting access to the JEDI Cloud", + ) + + jedi_usage = StringField( + "JEDI Usage", + description="Briefly describe how you are expecting to use the JEDI Cloud", + ) + + + # Details of Use: Cloud Readiness + + + + + + + + + + + # Details of Use: Overall Request Details dollar_value = IntegerField( "What is the total estimated dollar value of the cloud resources you are requesting using the JEDI CSP Calculator?", diff --git a/templates/components/text_input.html.to b/templates/components/text_input.html.to index d45c4f36..2a800abc 100644 --- a/templates/components/text_input.html.to +++ b/templates/components/text_input.html.to @@ -1,5 +1,5 @@
-
{% end %} + + {{ f.num_applications.label }} {{ f.num_applications(placeholder="Estimated number of applications") }} {% for e in f.num_applications.errors %}