tweak a bit more

This commit is contained in:
Jon Roberts 2023-05-02 13:32:42 -06:00
parent 23fc0f0e8f
commit 90abf6e2a5
No known key found for this signature in database
GPG key ID: EED093582198B041

View file

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