We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aba973 commit df8fb54Copy full SHA for df8fb54
sponsors/notifications.py
@@ -86,7 +86,7 @@ class RejectedSponsorshipNotificationToSponsors(BaseEmailSponsorshipNotification
86
def get_recipient_list(self, context):
87
return context["sponsorship"].verified_emails
88
89
-class CancelledSponsorshipNotificationToPSF:
+class CancelledSponsorshipNotificationToPSF(BaseEmailSponsorshipNotification):
90
subject_template = "sponsors/email/psf_cancelled_sponsorship_subject.txt"
91
message_template = "sponsors/email/psf_cancelled_sponsorship.txt"
92
email_context_keys = ["sponsorship"]
0 commit comments