updated summary

This commit is contained in:
CocoByte 2024-05-17 12:28:44 -06:00
parent a789b34bc0
commit 321590ec5c
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 2 additions and 19 deletions

View file

@ -646,23 +646,6 @@ class NoOtherContactsForm(BaseDeletableRegistrarForm):
)
# class CisaRepresentativeForm(BaseDeletableRegistrarForm):
# cisa_representative_email = forms.EmailField(
# required=False,
# max_length=None,
# label="Your representatives 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"