Update key personnel language

This commit is contained in:
Seamus Johnston 2023-02-06 08:27:58 -06:00
parent 2b902be00f
commit ffedcac439
No known key found for this signature in database
GPG key ID: 2F21225985069105
5 changed files with 51 additions and 3 deletions

View file

@ -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,