Fix linter and failing tests

This commit is contained in:
Seamus Johnston 2022-12-28 10:01:04 -06:00
parent 2a9d16a555
commit 6641fa3982
No known key found for this signature in database
GPG key ID: 2F21225985069105
4 changed files with 16 additions and 6 deletions

View file

@ -281,7 +281,10 @@ class AnythingElseForm(RegistrarForm):
class RequirementsForm(RegistrarForm):
is_policy_acknowledged = forms.BooleanField(
label="I read and agree to the requirements for registering and operating .gov domains."
label=(
"I read and agree to the requirements for registering "
"and operating .gov domains."
)
)