aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
diff options
context:
space:
mode:
authorJannis Leidel2012-04-04 21:28:16 +0200
committerJannis Leidel2012-04-04 21:34:26 +0200
commit67f06f8404c1d44bc478b91e48456b42dfdea8c1 (patch)
tree48eda8e08aec925b10f2acc8ef4b69ef370169d4 /debug_toolbar/templates
parent77d108a820590a5e5e04d9370e914ff8dbcf1ae1 (diff)
downloaddjango-debug-toolbar-67f06f8404c1d44bc478b91e48456b42dfdea8c1.tar.bz2
Sort versions alphabetically.
Diffstat (limited to 'debug_toolbar/templates')
-rw-r--r--debug_toolbar/templates/debug_toolbar/panels/versions.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/versions.html b/debug_toolbar/templates/debug_toolbar/panels/versions.html
index 8a09928..283d052 100644
--- a/debug_toolbar/templates/debug_toolbar/panels/versions.html
+++ b/debug_toolbar/templates/debug_toolbar/panels/versions.html
@@ -1,9 +1,8 @@
{% load i18n %}
-
<table>
<thead>
<tr>
- <th>{% trans "Package" %}</th>
+ <th>{% trans "Name" %}</th>
<th>{% trans "Version" %}</th>
</tr>
</thead>