diff options
Diffstat (limited to 'urls.py')
| -rw-r--r-- | urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # This also imports the include function from django.conf.urls.defaults import * -urlpatterns = patterns('changepw.views', - (r'^$', 'change_password'), +urlpatterns = patterns('apps.changepw.views', + url(r'^/$', 'change_password', name='changepw'), ) |
