Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
0ca28f3926
commit
373076a3cc
|
@ -116,7 +116,6 @@ class UserAdmin(admin.ModelAdmin):
|
|||
|
||||
fieldsets = [(None, {'fields': form.base_fields.keys()})]
|
||||
adminForm = admin.helpers.AdminForm(form, fieldsets, {})
|
||||
print adminForm, form
|
||||
|
||||
return render_to_response(self.change_user_password_template or 'admin/auth/user/change_password.html', {
|
||||
'title': _('Change password: %s') % escape(user.username),
|
||||
|
|
Loading…
Reference in New Issue