diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-11 04:44:11 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-11 04:44:11 +0000 |
| commit | af256a02f9d72c0c0ecf03a9814d8cb9ebdc5e0c (patch) | |
| tree | 1d130b1be32e5aefbf37a23ebb10c54e3b229c11 /docs | |
| parent | 33206720f0c762a2311438f24eab8981acb4a5a2 (diff) | |
Fixed #5890 -- Fixed a ReST markup error. Thanks, arien.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sitemaps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sitemaps.txt b/docs/sitemaps.txt index 1d4fba2626..eb749dda2f 100644 --- a/docs/sitemaps.txt +++ b/docs/sitemaps.txt @@ -47,7 +47,7 @@ Initialization ============== To activate sitemap generation on your Django site, add this line to your -URLconf_: +URLconf_:: (r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}) |
