diff options
Diffstat (limited to 'urls.py')
| -rw-r--r-- | urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ from django.conf.urls.defaults import * urlpatterns = patterns('apps.changepw.views', url(r'^/$', 'index', name='index'), url(r'^/changepw$', 'change_password', name='changepw'), - url(r'^/changeppp$', 'reset_password', name='resetpw'), + url(r'^/resetpw$', 'reset_password', name='resetpw'), ) |
