summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/urls.py')
-rw-r--r--apps/patchwork/urls.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/patchwork/urls.py b/apps/patchwork/urls.py
index 41f01c1..9b681f9 100644
--- a/apps/patchwork/urls.py
+++ b/apps/patchwork/urls.py
@@ -45,9 +45,9 @@ urlpatterns = patterns('',
# password change
url(r'^user/password-change/$', auth_views.password_change,
- name='auth_password_change'),
+ name='password_change'),
url(r'^user/password-change/done/$', auth_views.password_change_done,
- name='auth_password_change_done'),
+ name='password_change_done'),
# login/logout
url(r'^user/login/$', auth_views.login,