mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +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:
|
||||
for contact in cleaned.get("_contacts"):
|
||||
if contact.type == PublicContact.ContactTypeChoices.ADMINISTRATIVE:
|
||||
mitestssingAdmin = False
|
||||
missingAdmin = False
|
||||
if contact.type == PublicContact.ContactTypeChoices.SECURITY:
|
||||
missingSecurity = False
|
||||
if contact.type == PublicContact.ContactTypeChoices.TECHNICAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue