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,17 +2,29 @@
{% block content %}
<h3>Account recovery</h3>
<h3 style="font-weight: 400">Account recovery</h3>
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
A user at {{ app_link() }} has attempted to recover their account
using this email address.
<br>
<br>
If you made this request, please click the following link to recover your account and
change your password:
{{ app_link('recovery?code=' + token) }}
<br><br>
If you did not make this request, your account has not been compromised and the user was
not given access. Please disregard this email.
<table>
<tr>
<td style="font-size: 13px;">A user at Quay.io (local) has attempted to recover their access to the account registered to this email address</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('recovery?code=' + token) }}">Recover Account</a></td>
</tr>
</table>
<table style="margin: 25px 0 35px">
<tr>
<td style="font-size: 13px;">If you did not request this password reset, you can safely ignore this message and the account password and access will not change.</td>
</tr>
</table>
<span style="font-size: 13px;">Best Wishes,</span><br>
<span style="font-size: 13px;">The Quay Team</span><br>
{% endblock %}