mirror of https://github.com/zulip/zulip.git
12 lines
362 B
HTML
12 lines
362 B
HTML
{% extends "zerver/portico.html" %}
|
|
|
|
{% block portico_content %}
|
|
|
|
<h3>Closed realm</h3>
|
|
|
|
<p>Hi there! Thank you for your interest in Zulip.</p>
|
|
|
|
<p>The organization you are trying to join, {{ closed_domain_name }}, only allows users with e-mail addresses within the organization. Please ask for a new invite to an appropriate e-mail address.</p>
|
|
|
|
{% endblock %}
|