Skip to content

Commit

Permalink
Conserta bug em edição de perfil
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Dec 7, 2016
1 parent 21228c0 commit 6e5cb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

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

Expand Down

0 comments on commit 6e5cb24

Please sign in to comment.