diff --git a/backend/grant/email/send.py b/backend/grant/email/send.py index 9e9e90e7..bc89282b 100644 --- a/backend/grant/email/send.py +++ b/backend/grant/email/send.py @@ -85,6 +85,8 @@ def proposal_rejected(email_args): def proposal_contribution(email_args): + if email_args['contribution'].private: + email_args['contributor'] = None return { 'subject': 'You just got a contribution!', 'title': 'You just got a contribution',