From c41080f51c4877d1ca53d3da28b9fa7aaf3cb47f Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Mon, 9 Jul 2018 15:59:20 -0400 Subject: [PATCH] Add placeholder anchor link --- atst/forms/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/forms/request.py b/atst/forms/request.py index bbc1109a..36aa2043 100644 --- a/atst/forms/request.py +++ b/atst/forms/request.py @@ -11,7 +11,7 @@ class RequestForm(Form): # 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? ", + "What is the total estimated dollar value of the cloud resources you are requesting using the JEDI CSP Calculator?", validators=[InputRequired(), NumberRange(min=1)], )