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,11 +2,28 @@
{% block content %}
<h3>Account E-mail Address Changed</h3>
<h3 style="font-weight: 400">Account password changed: <strong>{{ username }}</strong></h3>
<hr style="border:none; border-top: 1px solid #D9D9D9; margin: 25px 0">
The email address for user {{ username | user_reference }} has been changed from this e-mail address to {{ new_email }}.
<br>
<br>
If this change was not expected, please immediately log into your {{ username | admin_reference }} and reset your email address.
<table>
<tr>
<td style="font-size: 13px;">The password for user <strong>{{ username }}</strong> has been changed. </td>
</tr>
</table>
<table style="margin-top: 25px">
<tr>
<td style="font-size: 13px;">No action is required if you made this change.</td>
</tr>
</table>
<table style="margin: 25px 0 35px">
<tr>
<td style="font-size: 13px;">If you did not make this change, please <a href="#">contact support</a></td>
</tr>
</table>
Best wishes,<br>
The Quay Team<br>
{% endblock %}