From 038413be885b4f0ac3f004917ab43a7b90352f73 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 20 Jun 2021 09:21:42 +0200 Subject: [PATCH] Remove pretix logo from error 500 pages It triggers to many calls to our support if a self-hosted system is down where we can do nothing at all... --- src/pretix/base/templates/500.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/base/templates/500.html b/src/pretix/base/templates/500.html index f8b01ed13c..2ca4aa28f3 100644 --- a/src/pretix/base/templates/500.html +++ b/src/pretix/base/templates/500.html @@ -22,6 +22,5 @@ {% trans "Take a step back" %} · {% trans "Try again" %}

- {% endblock %}