From 37bed89b6bb33a20a6a8649e92609b08c7ff1d05 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)], )