aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-14 22:47:52 +0200
committerAymeric Augustin2013-10-14 23:30:04 +0200
commit9af80c9704ea9e7a7b5581dcfb39008573ac9aaf (patch)
tree4f298e9068c3ceba1296579fe445259b9a7ce463
parent10520905180387d0c51eb32907e53b79f4030190 (diff)
downloaddjango-debug-toolbar-9af80c9704ea9e7a7b5581dcfb39008573ac9aaf.tar.bz2
Add a link to the admin.
-rw-r--r--example/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/templates/index.html b/example/templates/index.html
index fd771e8..c32c220 100644
--- a/example/templates/index.html
+++ b/example/templates/index.html
@@ -12,6 +12,7 @@
<li><a href="/mootools/">MooTools 1.4.5</a></li>
<li><a href="/prototype/">Prototype 1.7.1.0</a></li>
</ul>
+ <p><a href="/admin/">Django Admin</a></p>
{% endcache %}
</body>
</html>