mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
lint
This commit is contained in:
parent
688e7fb375
commit
ef3dd0e545
1 changed files with 1 additions and 4 deletions
|
@ -1955,10 +1955,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
|
||||
recipient = domain_request.creator if flag_is_active(None, "profile_feature") else domain_request.submitter
|
||||
# Return the content of the rendered views
|
||||
context = {
|
||||
"domain_request": domain_request,
|
||||
"recipient": recipient
|
||||
}
|
||||
context = {"domain_request": domain_request, "recipient": recipient}
|
||||
|
||||
return {
|
||||
"subject_text": subject_template.render(context=context),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue