zulip/templates/zerver/emails/confirm_new_email.html

25 lines
619 B
HTML

{% extends "zerver/emails/email_base_default.html" %}
{% 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 this link:
<br />
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
</p>
<p>
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>
Cheers,<br />
Team Zulip
</p>
{% endblock %}