diff options
| -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> | 
