mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
Fix flake8
This commit is contained in:
parent
39d02f4190
commit
702b3cd611
1 changed files with 1 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ class PasswordChangeView(Admin2Mixin, generic.UpdateView):
|
|||
update_session_auth_hash(self.request, self.object)
|
||||
return HttpResponseRedirect(self.get_success_url())
|
||||
|
||||
|
||||
class PasswordChangeDoneView(Admin2Mixin, generic.TemplateView):
|
||||
|
||||
default_template_name = 'auth/password_change_done.html'
|
||||
|
|
|
|||
Loading…
Reference in a new issue