2014-01-07 19:04:26 +01:00
|
|
|
{% extends "zerver/portico.html" %}
|
2015-11-03 09:37:07 +01:00
|
|
|
{% load i18n %}
|
2014-01-07 19:04:26 +01:00
|
|
|
{% block portico_content %}
|
|
|
|
|
2015-11-03 09:37:07 +01:00
|
|
|
<h3>{% trans 'Deactivated organization' %}</h3>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
2015-11-03 09:37:07 +01:00
|
|
|
<p>{% trans 'Hi there! Thank you for your interest in Zulip' %}.</p>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
2015-11-03 09:37:07 +01:00
|
|
|
<p>{% blocktrans %} The organization you are trying to join, {{ deactivated_domain_name }}, has
|
2014-01-07 19:04:26 +01:00
|
|
|
been deactivated. Please
|
2015-09-30 02:58:50 +02:00
|
|
|
contact <a href="mailto:{{ zulip_administrator }}">{{ zulip_administrator }}</a> to reactivate
|
2015-11-03 09:37:07 +01:00
|
|
|
this group{% endblocktrans %}.</p>
|
2014-01-07 19:04:26 +01:00
|
|
|
|
|
|
|
{% endblock %}
|