mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 01:57:03 +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
|
recipient = domain_request.creator if flag_is_active(None, "profile_feature") else domain_request.submitter
|
||||||
# Return the content of the rendered views
|
# Return the content of the rendered views
|
||||||
context = {
|
context = {"domain_request": domain_request, "recipient": recipient}
|
||||||
"domain_request": domain_request,
|
|
||||||
"recipient": recipient
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"subject_text": subject_template.render(context=context),
|
"subject_text": subject_template.render(context=context),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue