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