mirror of https://github.com/zulip/zulip.git
15 lines
372 B
HTML
15 lines
372 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
<h3>Deactivated organization</h3>
|
|
|
|
<p>Hi there! Thank you for your interest in Zulip.</p>
|
|
|
|
<p>The organization you are trying to join, {{ deactivated_domain_name }}, has
|
|
been deactivated. Please
|
|
contact <a href="mailto:support@zulip.com">support@zulip.com</a> to reactivate
|
|
this group.</p>
|
|
|
|
{% endblock %}
|