Skip to content

Commit e00534e

Browse files
Conserta nome de url
1 parent 21228c0 commit e00534e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accounts/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
url(r'^change-password/?$', auth_views.password_change,
3737
{'template_name': 'registration/password_change_form_custom.html'},
38-
name='password_change'),
38+
name='change_password'),
3939

4040
url(r'^logout/?$', 'django.contrib.auth.views.logout', {'next_page': '/'}, name='novo_logout'),
4141

0 commit comments

Comments
 (0)