2017-09-26 01:41:15 +02:00
|
|
|
{% extends "zerver/emails/compiled/email_base_default.html" %}
|
2017-01-20 12:27:38 +01:00
|
|
|
|
2017-08-16 12:10:55 +02:00
|
|
|
{% block illustration %}
|
|
|
|
<img src="{{ email_images_base_uri }}/email_logo.png"/>
|
|
|
|
{% endblock %}
|
|
|
|
|
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
|
2017-09-28 01:44:15 +02:00
|
|
|
account on {{ realm_uri }} from {{ old_email }} to {{ new_email }}.
|
2017-07-03 11:54:13 +02:00
|
|
|
If you would like to confirm this change, please click here:
|
|
|
|
<a class="button" href="{{ activate_url }}">Confirm email change</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-07-09 02:50:01 +02:00
|
|
|
If you did not request this change, please contact us immediately at
|
2017-07-03 11:32:06 +02:00
|
|
|
<a href="mailto:{{ support_email }}">{{ support_email }}</a>.
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
2017-06-14 00:07:17 +02:00
|
|
|
Cheers,<br />
|
2017-07-09 02:50:01 +02:00
|
|
|
Team Zulip
|
2017-06-10 08:18:41 +02:00
|
|
|
</p>
|
|
|
|
{% endblock %}
|