zulip/templates/zerver/invalid_realm.html

10 lines
285 B
HTML
Raw Normal View History

{% 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 %}