mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
add FEB purpose questions
This commit is contained in:
parent
c821b20e8e
commit
4004a2f735
8 changed files with 191 additions and 61 deletions
|
@ -53,7 +53,7 @@ class DomainRequest(TimeStampedModel):
|
|||
def get_status_label(cls, status_name: str):
|
||||
"""Returns the associated label for a given status name"""
|
||||
return cls(status_name).label if status_name else None
|
||||
|
||||
|
||||
class FEBPurposeChoices(models.TextChoices):
|
||||
WEBSITE = "website"
|
||||
REDIRECT = "redirect"
|
||||
|
@ -558,8 +558,6 @@ class DomainRequest(TimeStampedModel):
|
|||
help_text="Other domain names the creator provided for consideration",
|
||||
)
|
||||
|
||||
|
||||
|
||||
other_contacts = models.ManyToManyField(
|
||||
"registrar.Contact",
|
||||
blank=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue