Ticket #5814: index.html.diff

File index.html.diff, 1.6 KB (added by derelm, 17 years ago)

diff fixing this ticket and a part of #5561

  • django_website/templates/docs/index.html

     
    6262
    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>
    7476</li>
Back to Top