Back to Zulip

{{ _("Configuration error") }}

templates/zerver/config_error/container.html

12.0437 B
Original Source

{% extends "zerver/portico.html" %} {% block title %}

{{ _("Configuration error") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Configuration error") }}

{% block error_body %}

{% block error_content %} {% endblock %}

After making your changes, remember to restart the Zulip server.

Refresh to try again or go back to {{ go_back_to_url_name }}.

{% endblock %}

{% endblock %}