emails: change email templates to new design
This commit is contained in:
parent
195f0bb5d8
commit
39816a57ac
10 changed files with 234 additions and 68 deletions
|
@ -2,16 +2,29 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<h3>Invitation to join team: {{ teamname }}</h3>
|
||||
<h3 style="font-weight: 400">Invitation to join team: <strong>{{ organization }}/{{ teamname }}</strong></h3>
|
||||
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
|
||||
|
||||
{{ inviter | user_reference }} has invited you to join the team {{ teamname | team_reference }} under organization {{ organization | user_reference }}.
|
||||
<table>
|
||||
<tr>
|
||||
<td style="font-size: 13px;">You’ve been invited to join the team <strong>{{ teamname }}</strong> in the organization <strong>{{ organization }}</strong> by user <strong>{{ inviter | user_reference }}</strong>.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
<table style="margin-top: 25px">
|
||||
<tr>
|
||||
<td style="background: #40B4E5; padding: 8px 25px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="{{ app_link('confirminvite?code=' + token) }}">Join Team</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
To join the team, please click the following link:<br>
|
||||
{{ app_link('confirminvite?code=' + token) }}
|
||||
<table style="margin: 25px 0 35px;">
|
||||
<tr>
|
||||
<td style="font-size: 13px;">If you were not expecting this invitation, you can safely ignore this email.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
If you were not expecting this invitation, you can ignore this email.
|
||||
|
||||
<span style="font-size: 13px;">Thank you,</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue