Update details of use fields
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<div class='usa-input {% if errors %}usa-input--error{% end %}'>
|
||||
|
||||
<fieldset class="usa-input__choices {% if inline %}usa-input__choices--inline{% end %}">
|
||||
<legend>
|
||||
{{ label }}
|
||||
|
@@ -15,11 +15,11 @@
|
||||
<p class="usa-font-lead">We’d like to know a little about how you plan to use JEDI Cloud services to process your request. Please answer the following questions to the best of your ability. Note that the CCPO does not directly help with migrating systems to JEDI Cloud. These questions are for learning about your cloud readiness and financial usage of the JEDI Cloud; your estimates will not be used for any department level reporting.</p>
|
||||
<p><em>All fields are required, unless specified optional.</em></p>
|
||||
|
||||
<h3>General</h3>
|
||||
<h2>General</h2>
|
||||
{% module TextInput(f.dod_component) %}
|
||||
{% module TextInput(f.jedi_usage) %}
|
||||
|
||||
<h3>Cloud Readiness</h3>
|
||||
<h2>Cloud Readiness</h2>
|
||||
{% module TextInput(f.num_software_systems) %}
|
||||
{% module OptionsInput(f.jedi_migration) %}
|
||||
{% module OptionsInput(f.rationalization_software_systems) %}
|
||||
@@ -30,7 +30,7 @@
|
||||
{% module TextInput(f.expected_completion_date) %}
|
||||
{% module OptionsInput(f.cloud_native) %}
|
||||
|
||||
<h3>Financial Usage</h3>
|
||||
<h2>Financial Usage</h2>
|
||||
{% module TextInput(f.estimated_monthly_spend) %}
|
||||
<p>So this means you are spending approximately <b>$X</b> annually</p>
|
||||
{% module TextInput(f.total_spend) %}
|
||||
|
Reference in New Issue
Block a user