From 4838835b1be999a7fa878ea580020831ebd54949 Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Thu, 18 Apr 2019 12:21:42 +0200 Subject: [PATCH] Remove debug-toolbar template override --- .../base/templates/debug_toolbar/base.html | 66 ------------------- 1 file changed, 66 deletions(-) delete mode 100644 src/pretix/base/templates/debug_toolbar/base.html diff --git a/src/pretix/base/templates/debug_toolbar/base.html b/src/pretix/base/templates/debug_toolbar/base.html deleted file mode 100644 index d9f25ed5d1..0000000000 --- a/src/pretix/base/templates/debug_toolbar/base.html +++ /dev/null @@ -1,66 +0,0 @@ -{% load i18n %}{% load static from staticfiles %} - - - - - - - - - -
-
- -
-
- « -
- {% for panel in toolbar.panels %} - {% if panel.has_content and panel.enabled %} -
-
- -

{{ panel.title|safe }}

-
-
- {% if toolbar.store_id %} - loading -
- {% else %} -
{{ panel.content }}
- {% endif %} -
-
- {% endif %} - {% endfor %} -
-