summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-11-30 04:32:25 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-11-30 04:32:25 +0000
commit4d52c80dd1b4c6aef9407b268ae720eeffd4d962 (patch)
tree08e126f78db9968aa0830d1f092ed226e09e87b5 /docs
parent8b3d65e517f3127ff8929ba4caaea32937fb776b (diff)
newforms-admin: Merged from trunk up to [6670]. This is just before auto-escaping was checked in.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/sitemaps.txt2
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})