Spelling error fix

This commit is contained in:
Rebecca Hsieh 2024-06-24 14:25:21 -07:00
parent b8bc2900cc
commit 4e3b7a49bc
No known key found for this signature in database

View file

@ -1174,7 +1174,7 @@ class DomainRequest(TimeStampedModel):
and self._is_authorizing_official_complete() and self._is_authorizing_official_complete()
and self._is_requested_domain_complete() and self._is_requested_domain_complete()
and self._is_purpose_complete() and self._is_purpose_complete()
# NOTE: This flag leaves submitter as empty (request wont submt) hence preset to True # NOTE: This flag leaves submitter as empty (request wont submit) hence preset to True
and (self._is_submitter_complete() if not has_profile_feature_flag else True) and (self._is_submitter_complete() if not has_profile_feature_flag else True)
and self._is_other_contacts_complete() and self._is_other_contacts_complete()
and self._is_additional_details_complete() and self._is_additional_details_complete()