additional details forms

This commit is contained in:
matthewswspence 2025-03-06 11:56:41 -06:00
parent 9ddf7a6cd0
commit b022b13706
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
9 changed files with 260 additions and 15 deletions

View file

@ -523,6 +523,19 @@ class DomainRequest(TimeStampedModel):
choices=FEBPurposeChoices.choices,
)
working_with_eop = models.BooleanField(
null=True,
blank=True,
)
eop_contact = models.ForeignKey(
"registrar.Contact",
null=True,
blank=True,
related_name="eop_contact",
on_delete=models.PROTECT,
)
# This field is alternately used for generic domain purpose explanations
# and for explanations of the specific purpose chosen with feb_purpose_choice
# by a Federal Executive Branch agency.