We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21228c0 commit e00534eCopy full SHA for e00534e
src/accounts/urls.py
@@ -35,7 +35,7 @@
35
36
url(r'^change-password/?$', auth_views.password_change,
37
{'template_name': 'registration/password_change_form_custom.html'},
38
- name='password_change'),
+ name='change_password'),
39
40
url(r'^logout/?$', 'django.contrib.auth.views.logout', {'next_page': '/'}, name='novo_logout'),
41
0 commit comments