mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 02:03:32 +02:00
Remove mid name and phone number from app wizard
This commit is contained in:
parent
da0347f5fe
commit
a005e5051d
1 changed files with 0 additions and 8 deletions
|
@ -329,10 +329,6 @@ class AuthorizingOfficialForm(RegistrarForm):
|
||||||
label="First name / given name",
|
label="First name / given name",
|
||||||
error_messages={"required": ("Enter the first name / given name of your authorizing official.")},
|
error_messages={"required": ("Enter the first name / given name of your authorizing official.")},
|
||||||
)
|
)
|
||||||
middle_name = forms.CharField(
|
|
||||||
required=False,
|
|
||||||
label="Middle name (optional)",
|
|
||||||
)
|
|
||||||
last_name = forms.CharField(
|
last_name = forms.CharField(
|
||||||
label="Last name / family name",
|
label="Last name / family name",
|
||||||
error_messages={"required": ("Enter the last name / family name of your authorizing official.")},
|
error_messages={"required": ("Enter the last name / family name of your authorizing official.")},
|
||||||
|
@ -350,10 +346,6 @@ class AuthorizingOfficialForm(RegistrarForm):
|
||||||
label="Email",
|
label="Email",
|
||||||
error_messages={"invalid": ("Enter an email address in the required format, like name@example.com.")},
|
error_messages={"invalid": ("Enter an email address in the required format, like name@example.com.")},
|
||||||
)
|
)
|
||||||
phone = PhoneNumberField(
|
|
||||||
label="Phone",
|
|
||||||
error_messages={"required": "Enter the phone number for your authorizing official."},
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class CurrentSitesForm(RegistrarForm):
|
class CurrentSitesForm(RegistrarForm):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue