zulip/templates/zerver/invalid_realm.html

10 lines
285 B
HTML

{% extends "zerver/portico.html" %}
{% block portico_content %}
<h3>{{ _('Organization Does Not Exist') }}</h3>
<p>{{ _('Hi there! Thank you for your interest in Zulip.') }}</p>
<p>{% trans %}There is no Zulip organization hosted at this subdomain{% endtrans %}.</p>
{% endblock %}