Fix linting errors

This commit is contained in:
Erin 2023-11-21 09:44:10 -08:00
parent 9b4cf5a806
commit b2f5884a5c
No known key found for this signature in database
GPG key ID: 1CAD275313C62460

View file

@ -174,7 +174,8 @@ class AuthorizingOfficialContactForm(ContactForm):
"required": "Enter the last name / family name of your authorizing official."
}
self.fields["title"].error_messages = {
"required": "Enter the title or role your authorizing official has in your organization (e.g., Chief Information Officer)."
"required": "Enter the title or role your authorizing official has in your \
organization (e.g., Chief Information Officer)."
}
self.fields["email"].error_messages = {
"required": "Enter an email address in the required format, like name@example.com."