Skip to content

Commit

Permalink
Merge pull request #128 from effective-altruism-australia/master
Browse files Browse the repository at this point in the history
Simplify subject line of partner reports so that they get bundled in …
  • Loading branch information
nathansherburn authored Aug 13, 2024
2 parents aff1253 + 0aaf117 commit 3399530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donation/emails/partner_charity_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def send_partner_charity_reports(test=True):
cc = []
body = "Hi team, here's the internal report for {0} from {1} to {2}".format(partner, start.strftime('%d-%m-%Y'), end.strftime('%d-%m-%Y'))
message = EmailMessage(
subject="Internal report for {0} from {1} to {2}".format(partner, start.strftime('%d-%m-%Y'), end.strftime('%d-%m-%Y')),
subject="Effective Altruism Australia donation report [internal]",
body=body,
to=to if not test else [settings.TESTING_EMAIL],
cc=cc if not test else [settings.TESTING_EMAIL],
Expand Down

0 comments on commit 3399530

Please sign in to comment.