mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-10 14:34:43 +02:00
Update key personnel language
This commit is contained in:
parent
2b902be00f
commit
ffedcac439
5 changed files with 51 additions and 3 deletions
|
@ -428,6 +428,12 @@ class DomainApplication(TimeStampedModel):
|
|||
related_name="contact_applications",
|
||||
)
|
||||
|
||||
no_other_contacts_rationale = models.TextField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Reason for listing no additional contacts",
|
||||
)
|
||||
|
||||
security_email = models.CharField(
|
||||
max_length=320,
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue