aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html
index e2ab939..22a13db 100644
--- a/debug_toolbar/templates/debug_toolbar/base.html
+++ b/debug_toolbar/templates/debug_toolbar/base.html
@@ -51,6 +51,7 @@ if(!window.jQuery) document.write('<scr'+'ipt src="//ajax.googleapis.com/ajax/li
<h3>{{ panel.title|safe }}</h3>
</div>
<div class="djDebugPanelContent">
+ <img src="{% static 'debug_toolbar/img/ajax-loader.gif' %}" alt="loading" class="loader">
<div class="scroll">
{% if not toolbar.store_id %}{{ panel.content }}{% endif %}
</div>