Merge pull request #463 from ZcashFoundation/email-fix

Fix contribution email
This commit is contained in:
Daniel Ternyak 2019-07-08 17:06:51 -05:00 committed by GitHub
commit 9ceac6792b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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',