diff options
| author | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:48:41 +0200 | 
|---|---|---|
| committer | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:48:41 +0200 | 
| commit | 00fcb2d62c3b95803eabdf398abe1b34e29b9a9f (patch) | |
| tree | 487e6d51187014f15ff297f9bf95050fc6b04813 | |
| parent | 51a24c93f012b210d35861d66b06df4f3ff67856 (diff) | |
Typo.
| -rw-r--r-- | urls.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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'),  )  | 
