From 51a24c93f012b210d35861d66b06df4f3ff67856 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 17 May 2011 15:47:26 +0200 Subject: Added change other url. --- urls.py | 1 + 1 file changed, 1 insertion(+) 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'), ) -- cgit v1.1