mirror of https://github.com/zulip/zulip.git
43 lines
1.4 KiB
HTML
43 lines
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Zulip</title>
|
|
</head>
|
|
<body>
|
|
<table width="80%" style="align:center; max-width:800px" align="center">
|
|
<tr>
|
|
<td style="font-size:16px; font-family:Helvetica;">
|
|
<p>Hi!
|
|
</p>
|
|
|
|
<p>
|
|
We received a request to change the email address for the Zulip
|
|
account on {{ realm.uri }} from {{ old_email }} to {{ new_email }}.
|
|
If you would like to confirm this change, please click this link:
|
|
<br />
|
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
|
</p>
|
|
|
|
<p>
|
|
{% if verbose_support_offers %}
|
|
Feel free to give us a shout at
|
|
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>
|
|
if you have any questions or you did not request this change.
|
|
{% else %}
|
|
If you did not request this change, please contact the administrator
|
|
of this Zulip server at
|
|
<a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
{% endif %}
|
|
</p>
|
|
|
|
<p>
|
|
Cheers,<br />
|
|
The Zulip Team
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|