Skip to content

Commit

Permalink
email copy udpates for aditya
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 26, 2021
1 parent 8f810d9 commit bdf0364
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/marketing/mails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
</pre>
"""
Expand Down

0 comments on commit bdf0364

Please sign in to comment.