mirror of https://github.com/zulip/zulip.git
10 lines
285 B
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 %}
|