﻿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
20398	Language select code suggestion	ggbaker	nobody	"I was just looking at the example template snippet where the user can select their language:
https://docs.djangoproject.com/en/dev/topics/i18n/translation/#the-set-language-redirect-view

I'd suggest that the <option> tag change from this:
  <option value=""{{ language.code }}"">
to this:
  <option value=""{{ language.code }}""{% if language.code == LANGUAGE_CODE %} selected=""selected""{% endif %}>

I think that's much nicer (since I suspect a lot of people copy those code snippets without looking too closely)."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
