﻿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
727	[patch]: leftover %() syntax in password_reset_email.html	hugo	Adrian Holovaty	"Just two %() I missed:

{{{
Index: contrib/admin/templates/registration/password_reset_email.html
===================================================================
--- contrib/admin/templates/registration/password_reset_email.html      (revision 1068)
+++ contrib/admin/templates/registration/password_reset_email.html      (working copy)
@@ -2,7 +2,7 @@
 {% trans ""You're receiving this e-mail because you requested a password reset"" %}
 {% trans ""for your user account at %(site_name)s"" %}.
 
-{% trans ""Your new password is: %(new_password)s"" %}
+{% blocktrans %}Your new password is: {{ new_password }}{% endblocktrans %}
 
 {% trans ""Feel free to change this password by going to this page:"" %}
 
@@ -12,4 +12,4 @@
 
 {% trans ""Thanks for using our site!"" %}
 
-{% trans ""The %(site_name)s team"" %}
+{% blocktrans %}The {{ site_name }} team{% endblocktrans %}
}}}
"	defect	closed	contrib.admin		normal	fixed			Unreviewed	1	0	0	0	0	0
