Merge pull request #145 from dod-ccpo/ui/request-form

UI/request form labels
This commit is contained in:
andrewdds
2018-08-09 13:54:26 -04:00
committed by GitHub
5 changed files with 26 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ class RequestForm(ValidatedForm):
)
engineering_assessment = RadioField(
description="Have you completed an engineering assessment of your software systems for cloud readiness?",
"Have you completed an engineering assessment of your software systems for cloud readiness?",
choices=[("yes", "Yes"), ("no", "No"), ("in_progress", "In Progress")],
)