From bdf0364c74d34e0a4d6ba39ab2c90d4839749b7c Mon Sep 17 00:00:00 2001 From: owocki Date: Mon, 26 Jul 2021 11:01:35 -0600 Subject: [PATCH] email copy udpates for aditya --- app/marketing/mails.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/marketing/mails.py b/app/marketing/mails.py index a0b4006993b..3968c2c01e9 100644 --- a/app/marketing/mails.py +++ b/app/marketing/mails.py @@ -1126,6 +1126,7 @@ def grant_more_info_required(grant, more_info): def grant_match_distribution_test_txn(match): + raise Exception("no longer supported since we moved to non custodial payouts/email copy needs updated") to_email = match.grant.admin_profile.email cc_emails = [profile.email for profile in match.grant.team_members.all()] from_email = 'kyc@gitcoin.co' @@ -1203,12 +1204,13 @@ def grant_match_distribution_final_txn(match, needs_claimed=False): What next? 1. Remember to update your grantees on what you use the funds for by clicking through to your grant ( https://gitcoin.co{match.grant.get_absolute_url()} ) and posting to your activity feed. -2. Celebrate 🎉 and consider joining us for KERNEL 3 ( https://kernel.community/ ) as you continue growing your project. 🛠🛠 -3. Please take a moment to comment on this thread to let us know what you thought of this grants round [https://github.com/gitcoinco/web/issues/8597]. We'd love to hear how the round went for you. +2. Celebrate 🎉 and consider joining us for KERNEL 4 ( https://kernel.community/ ) as you continue growing your project. 🛠🛠 +3. Feel free to grab some Gitcoin schwag at store.gitcoin.co - use code GRANTS_ROUND_10_GRANTEE for 45% off. +4. Please take a moment to comment on this thread to let us know what you thought of this grants round [https://twitter.com/owocki/status/1410651364850495489]. We'd love to hear how the round went for you. Thanks, -Team Gitcoin & The Funders League -"Our mission is to Grow Open Source & provide economic opportunities to software developers" https://gitcoin.co/mission +Team Gitcoin & The GitcoinDAO +"Our mission is to build & fund the open web" https://gitcoin.co/mission """