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

34 lines
1.4 KiB
HTML
Raw Permalink Normal View History

<p style="margin: 0;">
2019-01-23 07:00:30 -08:00
Congratulations on your approval! We look forward to seeing the support your
proposal receives. To get your campaign started, click below and follow the
instructions to publish your proposal.
</p>
{% if args.admin_note %}
<p style="margin: 20px 0 0;">
2019-01-23 07:00:30 -08:00
A note from the admin team was attached to your approval:
</p>
<p style="margin: 10px 0; padding: 20px; background: #F8F8F8;">
2019-01-23 07:00:30 -08:00
“{{ args.admin_note }}”
</p>
{% endif %}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
2019-01-23 07:00:30 -08:00
<tr>
<td bgcolor="#ffffff" align="center" style="padding: 40px 30px 40px 30px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 3px;" bgcolor="{{ UI.PRIMARY }}">
2019-01-23 07:00:30 -08:00
<a
href="{{ args.proposal_url }}"
target="_blank"
style="font-size: 20px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; color: #ffffff; text-decoration: none; padding: 20px 50px; border-radius: 4px; border: 1px solid {{ UI.PRIMARY }}; display: inline-block;"
2019-01-23 07:00:30 -08:00
>
Publish your proposal
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>