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 %} -
-