ran formatting command

This commit is contained in:
asaki222 2024-09-10 11:27:32 -04:00
parent f7c3579a93
commit 1203e54352
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
6 changed files with 17 additions and 21 deletions

View file

@ -2221,7 +2221,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
"""Returns the default email associated with the given action needed reason"""
if not action_needed_reason or action_needed_reason == DomainRequest.ActionNeededReasons.OTHER:
return None
recipient = domain_request.creator
# Return the context of the rendered views