forked from CGM_Public/pretix_original
Fix typo on 400 error page (fixes #4897)
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<code>Host: {{ request.headers.Host }}</code>
|
<code>Host: {{ request.headers.Host }}</code>
|
||||||
{% if xfh %}
|
{% if xfh %}
|
||||||
<br>
|
<br>
|
||||||
<code>X-Forwarded-For: {{ xfh }}</code>
|
<code>X-Forwarded-Host: {{ xfh }}</code>
|
||||||
{% if not settings.USE_X_FORWARDED_HOST %}({% trans "ignored" %}){% endif %}
|
{% if not settings.USE_X_FORWARDED_HOST %}({% trans "ignored" %}){% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user