Mr/request form edits (#465)

* Update "current website" text

* Update tribal gov text about needing more info

* Add more context about current domains being used

* RM text saying we'll email other contacts about the request

* RM reference to emailing other contacts

* Fix linter and test failures

* Updated wait time to 20 business days

---------

Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
This commit is contained in:
Michelle Rago 2023-03-17 13:03:37 -04:00 committed by GitHub
parent 2061ace292
commit 789ac91eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 deletions

View file

@ -187,12 +187,13 @@ class TribalGovernmentForm(RegistrarForm):
# into a link. There should be no user-facing input in the
# HTML indicated here.
mark_safe( # nosec
"You cant complete this application yet. "
"Only tribes recognized by the U.S. federal government "
"or by a U.S. state government are eligible for .gov "
'domains. Please <a href="{}">tell us more '
"about your tribe and why you want a .gov domain</a>.".format(
todo_url
)
'domains. Please use our <a href="{}">contact form</a> to '
"tell us more about your tribe and why you want a .gov "
"domain. Well review your information and get back "
"to you.".format(todo_url)
),
code="invalid",
)
@ -403,7 +404,7 @@ class CurrentSitesForm(RegistrarForm):
label="Public website",
error_messages={
"invalid": (
"Enter your organization's website in the required format, like"
"Enter your organization's current website in the required format, like"
" www.city.com."
)
},