2014-01-07 19:04:26 +01:00
|
|
|
{% 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
|
2015-09-30 02:58:50 +02:00
|
|
|
contact <a href="mailto:{{ zulip_administrator }}">{{ zulip_administrator }}</a> to reactivate
|
2014-01-07 19:04:26 +01:00
|
|
|
this group.</p>
|
|
|
|
|
|
|
|
{% endblock %}
|