summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-17 15:47:26 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-17 15:47:26 +0200
commit51a24c93f012b210d35861d66b06df4f3ff67856 (patch)
tree4d8f626fe27f2c1c1772340c0c3906edbe8382c6
parenta9526bd837d3615cab0e7d73deff11e4c7e55db6 (diff)
Added change other url.
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 525dc32..0630857 100644
--- a/urls.py
+++ b/urls.py
@@ -5,4 +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'),
)