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

@ -32,8 +32,8 @@ class TestFormValidation(TestCase):
self.assertEqual(
form.errors["website"],
[
"Enter your organization's"
" website in the required format, like www.city.com."
"Enter your organization's current website in the required format, like"
" www.city.com."
],
)