mirror of https://github.com/zulip/zulip.git
13 lines
475 B
HTML
13 lines
475 B
HTML
{% extends "zerver/emails/email_base_default.html" %}
|
|
|
|
{% block content %}
|
|
<p>Hi,</p>
|
|
<p>
|
|
We just wanted to let you know that the email associated with your Zulip account was recently changed to <a href="{{ new_email }}" style="color:#08c">{{ new_email }}</a>. If you did not request this change, please contact us immediately at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
</p>
|
|
<p>
|
|
Best,<br />
|
|
Team Zulip
|
|
</p>
|
|
{% endblock %}
|