mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
updated summary
This commit is contained in:
parent
a789b34bc0
commit
321590ec5c
3 changed files with 2 additions and 19 deletions
|
@ -646,23 +646,6 @@ class NoOtherContactsForm(BaseDeletableRegistrarForm):
|
|||
)
|
||||
|
||||
|
||||
# class CisaRepresentativeForm(BaseDeletableRegistrarForm):
|
||||
# cisa_representative_email = forms.EmailField(
|
||||
# required=False,
|
||||
# max_length=None,
|
||||
# label="Your representative’s email",
|
||||
# validators=[
|
||||
# MaxLengthValidator(
|
||||
# 320,
|
||||
# message="Response must be less than 320 characters.",
|
||||
# )
|
||||
# ],
|
||||
# error_messages={
|
||||
# "invalid": ("Enter your email address in the required format, like name@example.com."),
|
||||
# "required": ("Enter the email address of your CISA regional representative."),
|
||||
# },
|
||||
# )
|
||||
|
||||
class CisaRepresentativeForm(RegistrarForm):
|
||||
JOIN = "cisa_representative"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue