I have a problem getting password_Reset_confirm bit working.
url:
(r\'^password_reset/$\', \'django.contrib.auth.views.password_reset\'), (r\'^passwo
Just copy this URL to your main urls.py file, so that it recognizes the URL name
url(r'^reset/(?P[0-9A-Za-z_-]+)/(?P[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$', 'django.contrib.auth.views.password_reset_confirm', name='password_reset_confirm'),