diff options
| author | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:47:26 +0200 |
|---|---|---|
| committer | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:47:26 +0200 |
| commit | 51a24c93f012b210d35861d66b06df4f3ff67856 (patch) | |
| tree | 4d8f626fe27f2c1c1772340c0c3906edbe8382c6 | |
| parent | a9526bd837d3615cab0e7d73deff11e4c7e55db6 (diff) | |
Added change other url.
| -rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'), ) |
