mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00: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 %}
|