Author: adrian
Date: 2006-08-31 18:51:37 -0500 (Thu, 31 Aug 2006)
New Revision: 3701
Modified:
djangoproject.com/django_website/urls.py
Log:
Fixed typo in [3700] (djangoproject.com URLconf)
Modified: djangoproject.com/django_website/urls.py
===================================================================
--- djangoproject.com/django_website/urls.py 2006-08-31 23:50:31 UTC (rev
3700)
+++ djangoproject.com/django_website/urls.py 2006-08-31 23:51:37 UTC (rev
3701)
@@ -37,7 +37,7 @@
(r'^rss/(?P<url>.*)/$', 'django.contrib.syndication.views.feed',
{'feed_dict': feeds}),
(r'^password_reset/', include('django.conf.urls.admin_password_reset')),
(r'^r/', include('django.conf.urls.shortcut')),
- (r'^sitemap.xml$', 'django.contrib.sitemap.views.sitemap', {'sitemaps':
sitemaps}),
+ (r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps':
sitemaps}),
(r'^admin/', include('django.contrib.admin.urls')),
(r'', include('django.contrib.flatpages.urls')),
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---