Files
zulip/templates/zerver/realm_creation_failed.html
Rishi Gupta 91f2582c2b templates: Remove for_you block from jinja templates.
No change in behavior. The for_you block had already been removed in
portico.html long ago in a6889080ce. The
contents of the block are still present in the non-portico 404.html
and 5xx.html error pages.
2016-11-11 15:26:08 -08:00

12 lines
398 B
HTML

{% extends "zerver/portico.html" %}
{% block portico_content %}
<br/>
<p class="lead">{{ message }}</p>
<p>{{ _('This server does not allow members of the public to create new organizations.') }}</p>
<p>{% trans %}Zulip is open source, so you can install your own Zulip server by following the instructions on <a href="https://www.zulip.org/">www.zulip.org</a>{% endtrans %}</p>
{% endblock %}