mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 12:03:53 +02:00
Mr/legal (#439)
* Update application_wizard.py * Newer, slimmer version of legal content * Update form section labels * Updated text for request for info from tribal govs * Added text to clarify that managing elections should be primary purpose of office * Added question about audience to align with new requirements * Fix link in error message, tests and linting --------- Co-authored-by: Neil Martinsen-Burrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
parent
6bbe3b4a95
commit
a8115a5778
7 changed files with 51 additions and 187 deletions
|
@ -123,7 +123,7 @@ class TestFormValidation(TestCase):
|
|||
form.errors["is_policy_acknowledged"],
|
||||
[
|
||||
"Check the box if you read and agree to the requirements for"
|
||||
" registering and operating .gov domains."
|
||||
" operating .gov domains."
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -134,7 +134,7 @@ class TestFormValidation(TestCase):
|
|||
form.errors["is_policy_acknowledged"],
|
||||
[
|
||||
"Check the box if you read and agree to the requirements for"
|
||||
" registering and operating .gov domains."
|
||||
" operating .gov domains."
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -145,7 +145,7 @@ class TestFormValidation(TestCase):
|
|||
)
|
||||
self.assertTrue(
|
||||
any(
|
||||
"Please email registrar@dotgov.gov" in error
|
||||
"tell us more about your tribe" in error
|
||||
for error in form.non_field_errors()
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue