File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
debug_toolbar/templates/debug_toolbar Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< link rel ="stylesheet " href ="{% static 'debug_toolbar/css/print.css' %} " type ="text/css " media ="print " />
33< link rel ="stylesheet " href ="{% static 'debug_toolbar/css/toolbar.css' %} " type ="text/css " />
44{% if toolbar.config.JQUERY_URL %}
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< table width ="100% ">
33 < thead >
44 < tr >
Original file line number Diff line number Diff line change 1- {% load i18n l10n %}{% load static from staticfiles %}
1+ {% load i18n l10n %}{% load static %}
22< div class ="djdt-clearfix ">
33 < ul class ="djdt-stats ">
44 {% for alias, info in databases %}
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose djDebugBack " href =""> </ a >
44 < h3 > {% trans "SQL explained" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose djDebugBack " href =""> </ a >
44 < h3 > {% trans "SQL profiled" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose djDebugBack " href =""> </ a >
44 < h3 > {% trans "SQL selected" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles%}
1+ {% load i18n %}
22
33< h4 > {% blocktrans count staticfiles_dirs|length as dirs_count %}Static file path{% plural %}Static file paths{% endblocktrans %}</ h4 >
44{% if staticfiles_dirs %}
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< h4 > {% blocktrans count template_dirs|length as template_count %}Template path{% plural %}Template paths{% endblocktrans %}</ h4 >
33{% if template_dirs %}
44 < ol >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static from staticfiles %}
1+ {% load i18n %}{% load static %}
22< h4 > {% trans "Resource usage" %}</ h4 >
33< table >
44 < colgroup >
You can’t perform that action at this time.
0 commit comments