2014-01-07 19:04:26 +01:00
|
|
|
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
|
2016-04-21 08:48:33 +02:00
|
|
|
<h3>{{ _('Deactivated organization') }}</h3>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
2016-10-13 14:31:53 +02:00
|
|
|
<p>{{ _('Hi there! Thank you for your interest in Zulip.') }}</p>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
2016-07-13 03:33:17 +02:00
|
|
|
<p>
|
|
|
|
{% trans %}
|
|
|
|
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
|
2016-07-13 05:38:36 +02:00
|
|
|
this group.
|
|
|
|
{% endtrans %}
|
2016-07-13 03:33:17 +02:00
|
|
|
</p>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
|
|
|
{% endblock %}
|