From 00fcb2d62c3b95803eabdf398abe1b34e29b9a9f Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 17 May 2011 15:48:41 +0200 Subject: Typo. --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urls.py') 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'), ) -- cgit v1.1