updated helper_text in admin for multi selects; formatted for linter

This commit is contained in:
David Kennedy 2023-12-04 18:37:23 -05:00
parent 8ddd5e7b1f
commit 2c355353b6
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 6 additions and 1 deletions

View file

@ -533,6 +533,7 @@ class DomainApplication(TimeStampedModel):
"registrar.Contact",
blank=True,
related_name="contact_applications",
verbose_name="contacts",
)
no_other_contacts_rationale = models.TextField(