emails: change email templates to new design

This commit is contained in:
Ben Spoon 2016-08-02 14:57:50 -07:00
parent 195f0bb5d8
commit 39816a57ac
10 changed files with 234 additions and 68 deletions

View file

@ -2,12 +2,25 @@
{% block content %}
<h3>E-mail Address Change Requested</h3>
<h3 style="font-size: 20px; font-weight:400">E-mail Address Change Requested</h3>
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
<span style="font-size: 13px; margin: 25px 0;">This email address was added to the Quay account <strong>{{username}}</strong>.
This email address was recently asked to become the new e-mail address for user {{ username | user_reference }}.
<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>
<table style="margin-bottom: 25px">
<tr>
<td>If you did not add this address to <strong>{{username}}</strong>, you can safely ignore this message.</td>
</tr>
</table>
Best Regards,
<br>
The Quay Team
<br>
<br>
To confirm this change, please click the following link:<br>
{{ app_link('confirm?code=' + token) }}
{% endblock %}