﻿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
2236	Error in aggregator RSS feeds titles	Malcolm Tredinnick	Jacob	"From the looks of the code (and [2345]), the RSS feed to the Django community aggregator should display titles that look like ""Blog Name: Article title"". Instead we get "": Article title"".

The {{{community_title.html}}} file in the website source code says
{{{
{{ obj.get_feed.title }}: {{ obj.title }}
}}}

but it doesn't look get {{{obj.get_feed.title}}} is doing what is expected. This isn't a really high priority, but people reading through RSS readers currently have no indication of who posted the article, since there is no author link either. Fixing the title would help there."	defect	closed	*.djangoproject.com		minor	fixed			Unreviewed	0	0	0	0	0	0
