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 @@
{% trans "Seen times" %} | {% trans "Time" %} (ms) | {% trans "Action" %} | Stacktrace | @@ -11,6 +12,7 @@
---|---|---|---|
{{ query.seen }} | {{ query.duration|floatformat:"2" }} | {% if query.params %} |