summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-25 11:46:19 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-25 11:46:19 +0200
commit4b11dfba564c8243f87c013d4e3b125f53bfcb0b (patch)
treec3228bfaf835081f422ff3019a4bfcd47921319d
parenta3f00bfc357b07d67f42a4234fa491623b004689 (diff)
Minor change.
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
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'),
)