﻿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
2186	[patch] password reset mail has broken variable substitution	md@…	Adrian Holovaty	"The variable Substitution in {{{ password_reset_email.html }}} does not work as expected. This patch fixes that:
{{{
--- django/contrib/admin/templates/registration/password_reset_email.html       (revision 3138)
  -{% trans ""for your user account at %(site_name)s"" %}.
  +{% blocktrans %}for your user account at {{ site_name}}{% endblocktrans %}.
}}}

See http://blogs.23.nu/c0re/stories/12199/ for some further explanation"	defect	closed	Contrib apps	dev	minor	fixed		md@…	Unreviewed	1	0	0	0	0	0
