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

36 lines
1.3 KiB
HTML
Raw Normal View History

2018-11-16 08:16:52 -08:00
<p style="margin: 0;">
2018-12-14 11:36:22 -08:00
Youve been invited by <strong>{{ args.inviter.display_name }}</strong> to
join the team for
<strong>{{ args.proposal.title or '<em>Untitled Project</em>'|safe }}</strong
>, a project on Grant.io! If you want to accept the invitation, continue to
the site below.
2018-11-16 08:16:52 -08:00
</p>
2018-12-03 18:45:18 -08:00
{% if not args.user %}
2018-12-14 11:36:22 -08:00
<p style="margin: 20px 0 0;">
It looks like you don't yet have a Grant.io account, so you'll need to sign up
first before you can join the team.
</p>
2018-12-03 18:45:18 -08:00
{% endif %}
2018-11-16 08:16:52 -08:00
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
2018-12-03 18:45:18 -08:00
<td bgcolor="#ffffff" align="center" style="padding: 40px 30px 0 30px;">
2018-11-16 08:16:52 -08:00
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="border-radius: 3px;" bgcolor="#530EEC">
2018-12-14 11:36:22 -08:00
<a
href="{{ args.invite_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 #530EEC; display: inline-block;"
>
{% if args.user %} See invitation {% else %} Get started {% endif
%}
2018-11-16 08:16:52 -08:00
</a>
</td>
</tr>
</table>
</td>
</tr>
2018-12-14 11:36:22 -08:00
</table>