Django

Code

Changeset 3701

Show
Ignore:
Timestamp:
08/31/06 18:51:37 (2 years ago)
Author:
adrian
Message:

Fixed typo in [3700] (djangoproject.com URLconf)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/urls.py

    r3700 r3701  
    3838    (r'^password_reset/', include('django.conf.urls.admin_password_reset')), 
    3939    (r'^r/', include('django.conf.urls.shortcut')), 
    40     (r'^sitemap.xml$', 'django.contrib.sitemap.views.sitemap', {'sitemaps': sitemaps}), 
     40    (r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}), 
    4141    (r'^admin/', include('django.contrib.admin.urls')), 
    4242    (r'', include('django.contrib.flatpages.urls')),