zulip/templates/zerver/emails/confirm_new_email.source.html

28 lines
688 B
HTML

{% extends "zerver/emails/compiled/email_base_default.html" %}
{% block illustration %}
<img src="{{ email_images_base_uri }}/email_logo.png"/>
{% endblock %}
{% block content %}
<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 here:
<a class="button" href="{{ activate_url }}">Confirm email change</a>
</p>
<p>
If you did not request this change, please contact us immediately at
<a href="mailto:{{ support_email }}">{{ support_email }}</a>.
</p>
<p>
Cheers,<br />
Team Zulip
</p>
{% endblock %}