mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Remove comment
This commit is contained in:
parent
6668a292a3
commit
b6e931e5a9
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ class DomainRequest(TimeStampedModel):
|
|||
and self._is_requested_domain_complete()
|
||||
and self._is_purpose_complete()
|
||||
and self._is_submitter_complete()
|
||||
and self._is_other_contacts_complete() # -- ISSUE HERE
|
||||
and self._is_other_contacts_complete()
|
||||
and self._is_additional_details_complete()
|
||||
and self._is_policy_acknowledgement_complete()
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue