mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 06:24:45 +02:00
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:
parent
2061ace292
commit
789ac91eeb
6 changed files with 14 additions and 14 deletions
|
@ -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 can’t 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. We’ll 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."
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue