mirror of https://github.com/zulip/zulip.git
13 lines
397 B
HTML
13 lines
397 B
HTML
|
{% extends "zerver/portico.html" %}
|
||
|
|
||
|
{% block portico_content %}
|
||
|
|
||
|
<h1>Email settings updated</h1>
|
||
|
|
||
|
<p>We've updated your email subscription settings, and you won't get emails
|
||
|
about {{ subscription_type }} anymore.</p>
|
||
|
|
||
|
<p>To undo this change or review your other subscription settings, please visit your <a href="https://{{ external_host }}/#settings">Zulip Settings page</a>.</p>
|
||
|
|
||
|
{% endblock %}
|