From 4b11dfba564c8243f87c013d4e3b125f53bfcb0b Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Wed, 25 May 2011 11:46:19 +0200 Subject: Minor change. --- urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urls.py b/urls.py index 2674519..e4d2f1d 100644 --- a/urls.py +++ b/urls.py @@ -6,5 +6,5 @@ urlpatterns = patterns('apps.changepw.views', url(r'^/changepw$', 'change_password', name='changepw'), url(r'^/resetpw$', 'reset_password', name='resetpw'), url(r'^/changeother$', 'change_other', name='changeother'), - url(r'^/[-\w]+$', 'change_other'), + url(r'^/changeother/[-\w]+$', 'change_other'), ) -- cgit v1.1