diff options
| author | Aymeric Augustin | 2013-10-14 22:47:52 +0200 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-10-14 23:30:04 +0200 | 
| commit | 9af80c9704ea9e7a7b5581dcfb39008573ac9aaf (patch) | |
| tree | 4f298e9068c3ceba1296579fe445259b9a7ce463 /example | |
| parent | 10520905180387d0c51eb32907e53b79f4030190 (diff) | |
| download | django-debug-toolbar-9af80c9704ea9e7a7b5581dcfb39008573ac9aaf.tar.bz2 | |
Add a link to the admin.
Diffstat (limited to 'example')
| -rw-r--r-- | example/templates/index.html | 1 | 
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> | 
