From 573603f42004f1291688867a05e9e4a1a79df4f7 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 8 Nov 2016 17:27:49 +0100 Subject: [PATCH] Fix django-debug-toolbar --- .../base/templates/debug_toolbar/base.html | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create 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 new file mode 100644 index 0000000000..d9f25ed5d1 --- /dev/null +++ b/src/pretix/base/templates/debug_toolbar/base.html @@ -0,0 +1,66 @@ +{% 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 %} +
+