mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Fix a spelling typo
This commit is contained in:
parent
3660932795
commit
ff53217f02
1 changed files with 1 additions and 1 deletions
|
@ -1714,7 +1714,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
if len(cleaned.get("_contacts")) < 3:
|
if len(cleaned.get("_contacts")) < 3:
|
||||||
for contact in cleaned.get("_contacts"):
|
for contact in cleaned.get("_contacts"):
|
||||||
if contact.type == PublicContact.ContactTypeChoices.ADMINISTRATIVE:
|
if contact.type == PublicContact.ContactTypeChoices.ADMINISTRATIVE:
|
||||||
mitestssingAdmin = False
|
missingAdmin = False
|
||||||
if contact.type == PublicContact.ContactTypeChoices.SECURITY:
|
if contact.type == PublicContact.ContactTypeChoices.SECURITY:
|
||||||
missingSecurity = False
|
missingSecurity = False
|
||||||
if contact.type == PublicContact.ContactTypeChoices.TECHNICAL:
|
if contact.type == PublicContact.ContactTypeChoices.TECHNICAL:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue