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,12 +2,29 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<h3>Please Confirm E-mail Address</h3>
|
||||
<h3 style="font-weight: 400">Confirm email for new user: <strong>{{ username }}</strong></h3>
|
||||
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
|
||||
|
||||
This email address was recently used to register user {{ username | user_reference }}.
|
||||
<br>
|
||||
<br>
|
||||
To confirm this email address, please click the following link:<br>
|
||||
{{ app_link('confirm?code=' + token) }}
|
||||
<table>
|
||||
<tr>
|
||||
<td style="font-size: 13px;">This email address was user to register user <strong>{{ username }}.</strong> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="margin-top: 25px">
|
||||
<tr>
|
||||
<td style="font-size: 13px;">Once you confirm this email you’ll be able to access your Quay account.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table style="margin: 25px 0;">
|
||||
<tr>
|
||||
<td style="background: #40B4E5; padding: 10px; border-radius: 3px; color: #fff; font-size: 20px; font-weight: 500"><a style="text-decoration: none; color: #ffffff;" href="{{ app_link('confirm?code=' + token) }}">Confirm Email</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<span style="font-size: 13px;">Welcome!</span><br>
|
||||
<span style="font-size: 13px;">The Quay Team</span><br>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue