NoReverseMatch
at /account/reset_password/
Reverse for 'password_reset_done' not found. 'password_reset_done' is not a valid view function or pattern name.
Request Method: POST Request URL: http://127.0.0.1:8000/account/reset_password/ Django Version: 2.1.1 Exception Type: NoReverseMatch Exception Value: Reverse for 'password_reset_done' not found. 'password_reset_done' is not a valid view function or pattern name.Exception Location: C:\Users\gilbe\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py in _reverse_with_prefix, line 622 Python Executable: C:\Users\gilbe\AppData\Local\Programs\Python\Python37-32\python.exe Python Version: 3.7.0 Python Path: ['C:\\Users\\gilbe\\Desktop\\testapplication',
'C:\\Users\\gilbe\\Desktop\\testapplication',
'C:\\Users\\gilbe\\AppData\\Local\\Programs\\Python\\Python37-32\\python37.zip',
'C:\\Users\\gilbe\\AppData\\Local\\Programs\\Python\\Python37-32\\DLLs',
'C:\\Users\\gilbe\\AppData\\Local\\Programs\\Python\\Python37-32\\lib',
'C:\\Users\\gilbe\\AppData\\Local\\Programs\\Python\\Python37-32',
'C:\\Users\\gilbe\\AppData\\Local\\Programs\\Python\\Python37-32\\lib\\site-packages',
'C:\\Program Files\\JetBrains\\PyCharm '
'2018.2.3\\helpers\\pycharm_matplotlib_backend']
Server time: Sat, 15 Sep 2018 11:36:06 +0000
path('reset_password/', PasswordResetView.as_view(template_name='accounts/reset_password.html'),
name='reset_password'),
path('reset_password/', PasswordResetView.as_view(template_name='accounts/reset_password.html',
success_url='/account/reset_password/done'), name='reset_password'),