mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 12:39:43 +02:00
tweak a bit more
This commit is contained in:
parent
23fc0f0e8f
commit
90abf6e2a5
1 changed files with 1 additions and 6 deletions
|
@ -18,8 +18,3 @@ class DomainInformation(DomainApplication):
|
||||||
help_text="Security email for public use",
|
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