Add placeholder anchor link

This commit is contained in:
Luis Cielak 2018-07-09 15:59:20 -04:00
parent 76e193a4ca
commit c41080f51c

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)],
)