This commit is contained in:
CocoByte 2024-05-19 16:02:34 -06:00
parent c5b841f6fb
commit d9cc947f6e
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 0 additions and 2 deletions

View file

@ -702,7 +702,6 @@ class CisaRepresentativeYesNoForm(BaseYesNoForm):
"""Yes/no toggle for the CISA regions question on additional details"""
form_is_checked = property(lambda self: self.domain_request.has_cisa_representative) # type: ignore
logger.debug("CHECKING FOR YES/NO CHECK -- %s" % form_is_checked)
field_name = "has_cisa_representative"

View file

@ -457,7 +457,6 @@ class DomainRequest(TimeStampedModel):
help_text="Determines if the user has a anything_else or not",
)
cisa_representative = models.ForeignKey(
"registrar.Contact",
null=True,