Skip to content

Commit

Permalink
Merged pull request #764 from elpargo/develop.
Browse files Browse the repository at this point in the history
Adding a comma for copy&paste goodness
  • Loading branch information
ojii committed Apr 26, 2011
2 parents 39febbb + f4d7bab commit c0289c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/sitemap.rst
Expand Up @@ -19,7 +19,7 @@ Configuration

Add ``django.contrib.sitemaps`` to your project's ``INSTALLED_APPS`` setting.
Add ``from cms.sitemaps import CMSSitemap`` to the top of your main `urls.py`.
Add ``url(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': {'cmspages': CMSSitemap}})``
Add ``url(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': {'cmspages': CMSSitemap}}),``
to your urlpatterns.


Expand Down

0 comments on commit c0289c7

Please sign in to comment.