Skip to content

Commit 6e5cb24

Browse files
Conserta bug em edição de perfil
1 parent 21228c0 commit 6e5cb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/accounts/urls.py

Lines changed: 1 addition & 1 deletion
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)