zcash-grant-system/backend/grant/templates/emails/contribution_refunded.html

15 lines
408 B
HTML

<p style="margin: 0 0 20px;">
Your contribution to <strong>{{ args.proposal.title }}</strong> has been
refunded. You can view the refund transaction below:
</p>
<p style="margin: 0 0 20px;">
<a href="{{ args.tx_explorer_url }}" target="_blank" rel="nofollow noopener">
{{ args.tx_explorer_url }}
</a>
</p>
<p style="margin: 0;">
Thank you for your help in improving the Zcash ecosystem.
</p>