mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Fix linting errors
This commit is contained in:
parent
9b4cf5a806
commit
b2f5884a5c
1 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue