When inckuded the following in urls.py (r'^settings/users/change_password/$', 'django.contrib.auth.views.password_change'
The following shows up on the screen,
Reverse for '' with arguments '()' and keyword arguments '{}' not found.
And i am trying to give the access to users to change their passwords.
Whats wrong with the above code.....
Thanks........