mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +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 %}
|