mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #5798 -- Added a missing translation marker. Thanks, maru.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -104,7 +104,7 @@ class PasswordResetForm(oldforms.Manipulator): | ||||
|                 'site_name': site_name, | ||||
|                 'user': user, | ||||
|                 } | ||||
|             send_mail('Password reset on %s' % site_name, t.render(Context(c)), None, [user.email]) | ||||
|             send_mail(_('Password reset on %s') % site_name, t.render(Context(c)), None, [user.email]) | ||||
|  | ||||
| class PasswordChangeForm(oldforms.Manipulator): | ||||
|     "A form that lets a user change his password." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user