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

@ -1081,9 +1081,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
)
elif (
obj
and obj.status == models.DomainRequest.DomainRequestStatus.REJECTED
and not obj.rejection_reason
obj and obj.status == models.DomainRequest.DomainRequestStatus.REJECTED and not obj.rejection_reason
):
# This condition should never be triggered.
# The opposite of this condition is acceptable (rejected -> other status and rejection_reason)