mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
8 lines
153 B
HTML
8 lines
153 B
HTML
{% extends "zerver/config_error/container.html" %}
|
|
|
|
{% block error_content %}
|
|
<p>
|
|
The REMOTE_USER header is not set.
|
|
</p>
|
|
{% endblock %}
|