removing security from test cases. still need to clean up

This commit is contained in:
Jon Roberts 2023-02-27 10:30:44 -07:00
parent 1441044415
commit b12e97f674
No known key found for this signature in database
GPG key ID: EED093582198B041
7 changed files with 2 additions and 65 deletions

View file

@ -440,13 +440,6 @@ class DomainApplication(TimeStampedModel):
help_text="Reason for listing no additional contacts",
)
security_email = models.CharField(
max_length=320,
null=True,
blank=True,
help_text="Security email for public use",
)
anything_else = models.TextField(
null=True,
blank=True,