From b773d81d756b006ca21723be93289f159acd2399 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 14 Aug 2018 11:26:15 -0400 Subject: [PATCH] Add fieldsets and transition groups to form --- templates/requests/screen-1.html | 53 ++++++++++++++++++++++---------- 1 file changed, 36 insertions(+), 17 deletions(-) diff --git a/templates/requests/screen-1.html b/templates/requests/screen-1.html index 24fac233..8ab3761a 100644 --- a/templates/requests/screen-1.html +++ b/templates/requests/screen-1.html @@ -31,31 +31,50 @@ {{ TextInput(f.num_software_systems,validation="integer",tooltip="A software system can be any code that you plan to host on cloud infrastructure. For example, it could be a custom-developed web application, or a large ERP system.") }} {{ OptionsInput(f.jedi_migration, tooltip="Cloud migration is the process of moving data, applications or other business elements from an organization\\'s onsite computers/data centers to the cloud, or moving them from one cloud environment to another.") }}