aboutsummaryrefslogtreecommitdiffstats
path: root/example/templates/index.html
diff options
context:
space:
mode:
authorAymeric Augustin2013-10-14 14:30:18 -0700
committerAymeric Augustin2013-10-14 14:30:18 -0700
commit188682a4bbb06e1181d30d624ec37f727e8f6a5e (patch)
tree7226ed441ddc5b849432637fb08a0ca9d5995122 /example/templates/index.html
parent87c314de8ff024d17b0a8eebb853e203e375fc12 (diff)
parent1af4317555c3c1d622f8811bf9b1517d409bfb55 (diff)
downloaddjango-debug-toolbar-188682a4bbb06e1181d30d624ec37f727e8f6a5e.tar.bz2
Merge pull request #408 from aaugustin/modernize-example-project
Modernize example project. Fix #406.
Diffstat (limited to 'example/templates/index.html')
-rw-r--r--example/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/example/templates/index.html b/example/templates/index.html
index d7d8a2b..c32c220 100644
--- a/example/templates/index.html
+++ b/example/templates/index.html
@@ -5,14 +5,14 @@
<title>Index of Tests</title>
</head>
<body>
-
<h1>Index of Tests</h1>
{% cache 10 index_cache %}
<ul>
- <li><a href="/jquery/index/">jQuery 1.2.6</a></li>
- <li><a href="/mootools/index/">MooTools 1.2.4</a></li>
- <li><a href="/prototype/index/">Prototype 1.6.1</a></li>
+ <li><a href="/jquery/">jQuery 2.0.3</a></li>
+ <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>