Add placeholder anchor link

This commit is contained in:
Luis Cielak 2018-07-09 15:59:20 -04:00
parent a1b74a6f62
commit 37bed89b6b

View File

@ -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 <a href=\"#\" target=\"_blank\">JEDI CSP Calculator</a>?",
validators=[InputRequired(), NumberRange(min=1)],
)