2013-11-25 16:47:19 +01:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
2021-04-28 00:35:00 +02:00
|
|
|
<div class="app portico-page">
|
|
|
|
<div class="app-main portico-page-container center-block flex full-page new-style">
|
|
|
|
<div class="inline-block">
|
2013-11-25 16:47:19 +01:00
|
|
|
|
2021-04-28 00:35:00 +02:00
|
|
|
<div class="get-started">
|
|
|
|
<h1>{{ _("Email settings updated") }}</h1>
|
|
|
|
</div>
|
2013-11-25 16:47:19 +01:00
|
|
|
|
2021-04-28 00:35:00 +02:00
|
|
|
<div class="white-box">
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
You've successfully unsubscribed from Zulip {{ subscription_type }} emails.
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
You can undo this change or review your
|
|
|
|
preferences in your
|
|
|
|
<a href="{{ realm_uri }}/#settings/notifications">Zulip notification
|
|
|
|
settings</a>.
|
|
|
|
{% endtrans %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-11-25 16:47:19 +01:00
|
|
|
|
|
|
|
{% endblock %}
|