mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
tweak a bit more
This commit is contained in:
parent
23fc0f0e8f
commit
90abf6e2a5
1 changed files with 1 additions and 6 deletions
|
@ -17,9 +17,4 @@ class DomainInformation(DomainApplication):
|
|||
blank=True,
|
||||
help_text="Security email for public use",
|
||||
)
|
||||
|
||||
other_contacts_info = models.ManyToManyField(
|
||||
"registrar.ContactInformation",
|
||||
blank=True,
|
||||
related_name="contact_information",
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue