Skip to content

Commit df8fb54

Browse files
committed
fix: oops forgot inherit base class
1 parent 4aba973 commit df8fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sponsors/notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class RejectedSponsorshipNotificationToSponsors(BaseEmailSponsorshipNotification
8686
def get_recipient_list(self, context):
8787
return context["sponsorship"].verified_emails
8888

89-
class CancelledSponsorshipNotificationToPSF:
89+
class CancelledSponsorshipNotificationToPSF(BaseEmailSponsorshipNotification):
9090
subject_template = "sponsors/email/psf_cancelled_sponsorship_subject.txt"
9191
message_template = "sponsors/email/psf_cancelled_sponsorship.txt"
9292
email_context_keys = ["sponsorship"]

0 commit comments

Comments
 (0)