File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- {% load i18n %}
1
+ {% load i18n %}{% load static from staticfiles %}
2
2
< div class ="djDebugPanelTitle ">
3
3
< a class ="djDebugClose djDebugBack " href =""> {% trans "Back" %}</ a >
4
4
< h3 > {% trans "SQL explained" %}</ h3 >
@@ -33,3 +33,5 @@ <h3>{% trans "SQL explained" %}</h3>
33
33
</ table >
34
34
</ div >
35
35
</ div >
36
+
37
+ < script src ="{% static 'debug_toolbar/js/toolbar.sql.js' %} "> </ script >
Original file line number Diff line number Diff line change 1
- {% load i18n %}
1
+ {% load i18n %}{% load static from staticfiles %}
2
2
< div class ="djDebugPanelTitle ">
3
3
< a class ="djDebugClose djDebugBack " href =""> {% trans "Back" %}</ a >
4
4
< h3 > {% trans "SQL profiled" %}</ h3 >
@@ -40,3 +40,5 @@ <h3>{% trans "SQL profiled" %}</h3>
40
40
{% endif %}
41
41
</ div >
42
42
</ div >
43
+
44
+ < script src ="{% static 'debug_toolbar/js/toolbar.sql.js' %} "> </ script >
Original file line number Diff line number Diff line change 1
- {% load i18n %}
1
+ {% load i18n %}{% load static from staticfiles %}
2
2
< div class ="djDebugPanelTitle ">
3
3
< a class ="djDebugClose djDebugBack " href =""> {% trans "Back" %}</ a >
4
4
< h3 > {% trans "SQL selected" %}</ h3 >
@@ -37,3 +37,5 @@ <h3>{% trans "SQL selected" %}</h3>
37
37
{% endif %}
38
38
</ div >
39
39
</ div >
40
+
41
+ < script src ="{% static 'debug_toolbar/js/toolbar.sql.js' %} "> </ script >
You can’t perform that action at this time.
0 commit comments