mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Merge pull request #3527 from cisagov/rh/3389-remove-extra-context
#3389 - Remove redundant context - [RH]
This commit is contained in:
commit
92c66b7eca
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ def send_templated_email( # noqa
|
||||||
subject = subject_template.render(context=context)
|
subject = subject_template.render(context=context)
|
||||||
subject = f"{prefix}{subject}"
|
subject = f"{prefix}{subject}"
|
||||||
|
|
||||||
context["subject"] = subject
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ses_client = boto3.client(
|
ses_client = boto3.client(
|
||||||
"sesv2",
|
"sesv2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue