2017-01-20 12:27:38 +01:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
2017-09-27 18:33:34 +02:00
|
|
|
<div class="app confirm-email-change-page flex full-page">
|
|
|
|
<div class="inline-block new-style">
|
|
|
|
<div class="lead">
|
|
|
|
<h1 class="get-started">{{ _('Email changed!') }}</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="app-main white-box">
|
2020-09-12 16:57:55 +02:00
|
|
|
{% trans %}
|
2017-09-27 18:33:34 +02:00
|
|
|
This confirms that the email address for your Zulip account has changed
|
2020-09-16 19:30:05 +02:00
|
|
|
from {{ old_email_html_tag }} to {{ new_email_html_tag }}
|
2020-09-12 16:57:55 +02:00
|
|
|
{% endtrans %}
|
2017-09-27 18:33:34 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-01-20 12:27:38 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|