Skip to content

Commit

Permalink
fix mail
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 5, 2022
1 parent 295af03 commit fb46ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def render_grant_match_distribution_final_txn(match):
claim_end_date = datetime.datetime.strptime(claim_end_date, '%Y-%m-%d:%H.%M.%S')
params = {
'round_number': match.round_number,
'token_symbol': match.token_symbol,
'token_symbol': match.token.symbol,
'rounded_amount': round(match.token_amount, 2),
'profile_handle': match.grant.admin_profile.handle,
'grant_url': f'https://gitcoin.co{match.grant.get_absolute_url()}',
Expand Down

0 comments on commit fb46ba6

Please sign in to comment.