mirror of https://github.com/zulip/zulip.git
15 lines
467 B
HTML
15 lines
467 B
HTML
{% extends "zerver/portico.html" %}
|
|
{% load i18n %}
|
|
{% block portico_content %}
|
|
|
|
<h3>{% trans 'Deactivated organization' %}</h3>
|
|
|
|
<p>{% trans 'Hi there! Thank you for your interest in Zulip' %}.</p>
|
|
|
|
<p>{% blocktrans %} 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{% endblocktrans %}.</p>
|
|
|
|
{% endblock %}
|