mirror of https://github.com/zulip/zulip.git
12 lines
391 B
HTML
12 lines
391 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 {{ subscription_type }} emails 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 %}
|