formatted code for readability

This commit is contained in:
David Kennedy 2024-10-10 06:12:30 -04:00
parent 616bdf2584
commit da96454365
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 7 additions and 7 deletions

View file

@ -228,7 +228,7 @@ class SeniorOfficialForm(RegistrarForm):
max_length=None,
error_messages={
"invalid": ("Enter an email address in the required format, like name@example.com."),
"required": ("Enter an email address in the required format, like name@example.com.")
"required": ("Enter an email address in the required format, like name@example.com."),
},
validators=[
MaxLengthValidator(
@ -607,7 +607,7 @@ class CisaRepresentativeForm(BaseDeletableRegistrarForm):
required=False,
error_messages={
"invalid": ("Enter an email address in the required format, like name@example.com."),
"required": ("Enter an email address in the required format, like name@example.com.")
"required": ("Enter an email address in the required format, like name@example.com."),
},
validators=[
MaxLengthValidator(