mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +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, |                 'site_name': site_name, | ||||||
|                 'user': user, |                 '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): | class PasswordChangeForm(oldforms.Manipulator): | ||||||
|     "A form that lets a user change his password." |     "A form that lets a user change his password." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user