diff --git a/debug_toolbar/templates/debug_toolbar/panels/sql.html b/debug_toolbar/templates/debug_toolbar/panels/sql.html index ba8a2c3..6156586 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/sql.html +++ b/debug_toolbar/templates/debug_toolbar/panels/sql.html @@ -2,6 +2,7 @@ + @@ -11,6 +12,7 @@ {% for query in queries %} +
{% trans "Seen times" %} {% trans "Time" %} (ms) {% trans "Action" %} Stacktrace
{{ query.seen }} {{ query.duration|floatformat:"2" }} {% if query.params %}