Django

Code

Show
Ignore:
Timestamp:
11/29/07 16:20:11 (1 year ago)
Author:
jacob
Message:

Added some links to documentation on the docs index. Fixes #5814; thanks, derelm.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/docs/index.html

    r6526 r6758  
    6363<li><a href="add_ons/">The django.contrib add-ons</a> 
    6464    <ul> 
    65     <li><strong>New:</strong> <a href="databrowse/">Databrowse</a></li> 
    66     <li><a href="syndication_feeds/">Syndication feeds (RSS and Atom)</a> (<code>django.contrib.syndication</code>)</li> 
     65    <li><a href="contenttypes/">Contenttypes Framework</a> (<code>django.contrib.contenttypes</code>)</li> 
     66    <li><a href="csrf/">Cross Site Request Forgery protection</a> (<code>django.contrib.csrf</code>)</li> 
     67    <li><strong>New:</strong> <a href="databrowse/">Databrowse</a> (<code>django.contrib.databrowse</code>)</li> 
    6768    <li><a href="flatpages/">Flatpages</a> (<code>django.contrib.flatpages</code>)</li> 
    68     <li><strong>New:</strong> <a href="form_preview/">Form preview</a></li> 
     69    <li><strong>New:</strong> <a href="form_preview/">Form preview</a> (<code>django.contrib.formtools</code>)</li> 
    6970    <li><a href="redirects/">Redirects</a> (<code>django.contrib.redirects</code>)</li> 
    7071    <li><a href="sites/">Sites</a> (<code>django.contrib.sites</code>)</li> 
    7172    <li><a href="sitemaps/">Sitemaps</a> (<code>django.contrib.sitemaps</code>)</li> 
     73    <li><a href="syndication_feeds/">Syndication feeds (RSS and Atom)</a> (<code>django.contrib.syndication</code>)</li> 
    7274    <li><strong>New:</strong> <a href="webdesign/">Web design helpers</a> (<code>django.contrib.webdesign</code>)</li> 
    7375    </ul>