Fix typo on 400 error page (fixes #4897)

This commit is contained in:
Raphael Michel
2025-03-17 09:40:07 +01:00
parent 7475a5d7b1
commit 9581457d2f

View File

@@ -28,7 +28,7 @@
<code>Host: {{ request.headers.Host }}</code>
{% if xfh %}
<br>
<code>X-Forwarded-For: {{ xfh }}</code>
<code>X-Forwarded-Host: {{ xfh }}</code>
{% if not settings.USE_X_FORWARDED_HOST %}({% trans "ignored" %}){% endif %}
{% endif %}
</dd>