minor changes

This commit is contained in:
CocoByte 2024-03-01 15:22:15 -07:00
parent 9121693774
commit e420c406a3
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 3 deletions

View file

@ -907,7 +907,7 @@ class DomainRequest(TimeStampedModel):
def has_rationale(self) -> bool:
"""Does this domain request have no_other_contacts_rationale?"""
return bool(self.no_other_contacts_rationale)
1
def has_other_contacts(self) -> bool:
"""Does this domain request have other contacts listed?"""
return self.other_contacts.exists()