mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Fix typo in comment in domain
This commit is contained in:
parent
595c2f8d80
commit
71f6c8e3ae
1 changed files with 1 additions and 1 deletions
|
@ -1396,7 +1396,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
def _disclose_fields(self, contact: PublicContact):
|
||||
"""creates a disclose object that can be added to a contact Create using
|
||||
.disclose= <this function> on the command before sending.
|
||||
if item is security email then make sure email is visable"""
|
||||
if item is security email then make sure email is visible"""
|
||||
is_security = contact.contact_type == contact.ContactTypeChoices.SECURITY
|
||||
DF = epp.DiscloseField
|
||||
fields = {DF.EMAIL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue