{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {{ status_code|escape }} {{ status_name|escape }}

{{ status_name|escape }} ({{ status_code|escape }})

{% trans "Location" %}:
{{ location|escape }}

{% trans "You would normally have been redirected to the above location automatically, but some log messages are available to read below." %}

{% trans "You're seeing this page because amongst other things you have LOGGING_INTERCEPT_REDIRECTS = True in your Django settings file. Change that to False, and Django will redirect you properly, discarding any messages logged in the process." %}