linted and fixed urls

This commit is contained in:
CocoByte 2024-02-29 20:35:02 -07:00
parent efe3c4e5de
commit 732766da0e
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 5 additions and 6 deletions

View file

@ -362,7 +362,8 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
"purpose": self.domain_request.purpose is not None,
"your_contact": self.domain_request.submitter is not None,
"other_contacts": (
self.domain_request.other_contacts.exists() or self.domain_request.no_other_contacts_rationale is not None
self.domain_request.other_contacts.exists()
or self.domain_request.no_other_contacts_rationale is not None
),
"anything_else": (
self.domain_request.anything_else is not None or self.domain_request.is_policy_acknowledged is not None