mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
15 lines
388 B
HTML
15 lines
388 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:{{ zulip_administrator }}">{{ zulip_administrator }}</a> to reactivate
|
|
this group.</p>
|
|
|
|
{% endblock %}
|