﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10231	djangoproject.com - urls.py	Ference	nobody	"http://code.djangoproject.com/browser/djangoproject.com/django_website/urls.py

Line 45:

{{{
    (r'^sitemap.xml$', cache_page(sitemap_views.sitemap, 60 * 60 * 6), {'sitemaps': sitemaps}),
}}}

Ok: http://www.djangoproject.com/sitemap.xml

Huh?: http://www.djangoproject.com/sitemapfxml

Shouldn't it be like this?

{{{
    (r'^sitemap\.xml$', cache_page(sitemap_views.sitemap, 60 * 60 * 6), {'sitemaps': sitemaps}),
}}}"		closed	*.djangoproject.com	1.0		fixed			Unreviewed	0	0	0	0	0	0
