From 9581457d2f42e06d2c89e21eb075dea1c2e28226 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 17 Mar 2025 09:40:07 +0100 Subject: [PATCH] Fix typo on 400 error page (fixes #4897) --- src/pretix/base/templates/400_hostname.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/base/templates/400_hostname.html b/src/pretix/base/templates/400_hostname.html index 881d0582c5..1d061d79b5 100644 --- a/src/pretix/base/templates/400_hostname.html +++ b/src/pretix/base/templates/400_hostname.html @@ -28,7 +28,7 @@ Host: {{ request.headers.Host }} {% if xfh %}
- X-Forwarded-For: {{ xfh }} + X-Forwarded-Host: {{ xfh }} {% if not settings.USE_X_FORWARDED_HOST %}({% trans "ignored" %}){% endif %} {% endif %}