2017-07-06 05:14:00 +02:00
|
|
|
{% extends "zerver/emails/email_base_default.html" %}
|
2017-01-20 12:27:38 +01:00
|
|
|
|
2017-06-10 08:18:41 +02:00
|
|
|
{% block content %}
|
|
|
|
<p>Hi!
|
|
|
|
</p>
|
2017-01-20 12:27:38 +01:00
|
|
|
|
2017-06-10 08:18:41 +02:00
|
|
|
<p>
|
2017-06-14 00:07:17 +02:00
|
|
|
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>
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
2017-01-20 12:27:38 +01:00
|
|
|
|
2017-06-10 08:18:41 +02:00
|
|
|
<p>
|
2017-06-14 00:07:17 +02:00
|
|
|
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.
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2017-06-14 00:07:17 +02:00
|
|
|
Cheers,<br />
|
|
|
|
The Zulip Team
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
{% endblock %}
|