mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
additional details forms
This commit is contained in:
parent
9ddf7a6cd0
commit
b022b13706
9 changed files with 260 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue