From cb464ad5976652f6896ae0c77a68ca3b64caa920 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 17 Feb 2026 10:16:05 +0100 Subject: [PATCH] Remove back link from 404 error page (#23222967) (#5901) I've kept it for 400/403/500/csrffail for now, because they also have a "try again" link. Yes, both things have browser buttons, but they make it a *little* clearer to technical users what one could to next, and especially on csrffail, "step back" is always possible and possibly actually helpful. --- src/pretix/base/templates/404.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pretix/base/templates/404.html b/src/pretix/base/templates/404.html index 6fa272a0b0..5061322695 100644 --- a/src/pretix/base/templates/404.html +++ b/src/pretix/base/templates/404.html @@ -8,9 +8,6 @@

{% trans "Not found" %}

{% trans "I'm afraid we could not find the the resource you requested." %}

{{ exception }}

- {% if request.user.is_staff and not staff_session %}