20 строки
1.2 KiB
HTML
20 строки
1.2 KiB
HTML
<% extends "partials/base/base.html" %>
|
|
|
|
<% block content %>
|
|
<!--Header Area-->
|
|
<tr style="page-break-before: always">
|
|
<td valign="top">
|
|
<h3 style="font-family: sans-serif; font-weight: normal; margin: 0 0 24px 0; text-align: center;">{{t "Your password has been reset"}}</h3>
|
|
<p class="primary" style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 12px 0; text-align: center;">{{{t "Your Firefox Account password has changed. If you did not change it, please <a %(resetLinkAttributes)s>reset your password</a> now." }}}</p>
|
|
</td>
|
|
</tr>
|
|
|
|
<!--Button Area-->
|
|
<tr style="page-break-before: always">
|
|
<td border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
|
|
<br/>
|
|
<p class="secondary" style="font-family: sans-serif; font-weight: normal; margin: 0 0 12px 0; text-align: center; color: #8A9BA8; font-size: 11px; line-height: 13px; width: 310px !important; word-wrap:break-word">{{t "This is an automated email; if you received it in error, no action is required."}} {{{t "For more information, please visit <a %(supportLinkAttributes)s>Mozilla Support</a>."}}}</p>
|
|
</td>
|
|
</tr>
|
|
<% endblock %>
|