summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 0630857..8ac6782 100644
--- a/urls.py
+++ b/urls.py
@@ -5,5 +5,5 @@ urlpatterns = patterns('apps.changepw.views',
url(r'^/$', 'index', name='index'),
url(r'^/changepw$', 'change_password', name='changepw'),
url(r'^/resetpw$', 'reset_password', name='resetpw'),
- url(r'^/changeother$', 'changeother', name='changeother'),
+ url(r'^/changeother$', 'change_other', name='changeother'),
)