Update email.py

This commit is contained in:
zandercymatics 2024-07-08 14:44:52 -06:00
parent 91b9cb4379
commit 72000b4a9b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -46,7 +46,7 @@ def send_templated_email(
template = get_template(template_name)
email_body = template.render(context=context)
# Do cleanup on the email body. Mostly for emails with custom content.
# Do cleanup on the email body. For emails with custom content.
if email_body:
email_body.strip().lstrip("\n")