mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
Allow custom User models to use the UserAdmin's change password view.
This commit is contained in:
parent
04a7ea3283
commit
bfdedb687a
@ -133,7 +133,7 @@ class UserAdmin(admin.ModelAdmin):
|
||||
adminForm = admin.helpers.AdminForm(form, fieldsets, {})
|
||||
|
||||
context = {
|
||||
'title': _('Change password: %s') % escape(user.username),
|
||||
'title': _('Change password: %s') % escape(user.get_username()),
|
||||
'adminForm': adminForm,
|
||||
'form_url': form_url,
|
||||
'form': form,
|
||||
|
Loading…
x
Reference in New Issue
Block a user