mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
removing security from test cases. still need to clean up
This commit is contained in:
parent
1441044415
commit
b12e97f674
7 changed files with 2 additions and 65 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue