diff --git a/src/pretix/base/templates/400.html b/src/pretix/base/templates/400.html index 274850d43..e3d128401 100644 --- a/src/pretix/base/templates/400.html +++ b/src/pretix/base/templates/400.html @@ -2,12 +2,14 @@ {% load i18n %} {% block title %}{% trans "Bad Request" %}{% endblock %} {% block content %} - -
{% trans "We were unable to parse your request." %}
-{{ exception }}
-- {% trans "Take a step back" %} - · {% trans "Try again" %} -
+ +{% trans "We were unable to parse your request." %}
+{{ exception }}
++ {% trans "Take a step back" %} + · {% trans "Try again" %} +
+{% trans "You do not have access to this page." %}
-{{ exception }}
-- {% trans "Take a step back" %} - · {% trans "Try again" %} -
+ +{% trans "You do not have access to this page." %}
+{{ exception }}
++ {% trans "Take a step back" %} + · {% trans "Try again" %} +
+{% trans "I'm afraid we could not find the the resource you requested." %}
-{{ exception }}
-- {% trans "Take a step back" %} -
+ +{% trans "I'm afraid we could not find the the resource you requested." %}
+{{ exception }}
+ +{% trans "We had trouble processing your request." %}
-{% trans "If this problem persists, please contact us." %}
- {% if request.sentry.id %} -
- {% blocktrans trimmed %}
- If you contact us, please send us the following code:
- {% endblocktrans %}
-
- {{ request.sentry.id }}
+
+
{% trans "We had trouble processing your request." %}
+{% trans "If this problem persists, please contact us." %}
+ {% if request.sentry.id %} +
+ {% blocktrans trimmed %}
+ If you contact us, please send us the following code:
+ {% endblocktrans %}
+
+ {{ request.sentry.id }}
+
{{ exception }}
++ {% trans "Take a step back" %} + · {% trans "Try again" %}
- {% endif %} -{{ exception }}
-- {% trans "Take a step back" %} - · {% trans "Try again" %} -
+{% blocktrans trimmed %} - We could not verify that this request really was sent from you. For security reasons, we therefore cannot process it. - {% endblocktrans %}
- {% if no_referer %} -{{ no_referer1 }}
-{{ no_referer2 }}
- {% elif no_cookie %} -{{ no_cookie1 }}
-{{ no_cookie2 }}
- {% else %} + +{% blocktrans trimmed %} - Please go back to the last page, refresh this page and then try again. If the problem persists, please get in touch with us. + We could not verify that this request really was sent from you. For security reasons, we therefore cannot + process it. {% endblocktrans %}
- {% endif %} -- {% trans "Take a step back" %} -
+ {% if no_referer %} +{{ no_referer1 }}
+{{ no_referer2 }}
+ {% elif no_cookie %} +{{ no_cookie1 }}
+{{ no_cookie2 }}
+ {% else %} +{% blocktrans trimmed %} + Please go back to the last page, refresh this page and then try again. If the problem persists, please + get in touch with us. + {% endblocktrans %}
+ {% endif %} + +