zulip/templates/zerver/deactivated.html
Jessica McKellar 32549ec135 Show new users an error page when they try to sign up for a deactivated realm.
(imported from commit 1696a6a5d26ec92b881cd3fda43e6b262e2fbfa5)
2014-01-07 20:24:21 -05:00

15 lines
372 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:support@zulip.com">support@zulip.com</a> to reactivate
this group.</p>
{% endblock %}