diff --git a/atst/forms/request.py b/atst/forms/request.py index 0b424e31..c6b7c8c5 100644 --- a/atst/forms/request.py +++ b/atst/forms/request.py @@ -36,6 +36,7 @@ class RequestForm(ValidatedForm): ) jedi_migration = RadioField( + "JEDI Migration", description="Are you using the JEDI Cloud to migrate existing systems?", choices=[("yes", "Yes"), ("no", "No")], ) @@ -94,7 +95,7 @@ class RequestForm(ValidatedForm): ) cloud_native = RadioField( - "Are your software systems being developed cloud native?", + description="Are your software systems being developed cloud native?", choices=[("yes", "Yes"), ("no", "No")], )