Remove middle name and phone number

This commit is contained in:
Rebecca Hsieh 2023-12-15 11:07:31 -08:00
parent 335b96b2a7
commit 3e811f80ce
No known key found for this signature in database

View file

@ -227,8 +227,6 @@ class AuthorizingOfficialContactForm(ContactForm):
self.fields["email"].error_messages = {
"required": "Enter an email address in the required format, like name@example.com."
}
self.fields["phone"].error_messages["required"] = "Enter a phone number for your authorizing official."
class DomainSecurityEmailForm(forms.Form):
"""Form for adding or editing a security email to a domain."""