DEV Community

Borhan Tipu
Borhan Tipu

Posted on • Updated on

Django Password Reset Done Template not loading

Iam using django.contrib.auth.views.
When I submit an email for the exist user on the password reset form, it throws me an error that "TemplateDoesNotExist".
If I submit an email which is not in the database the reset done view is working.

Top comments (2)

Collapse
 
highcenburg profile image
Vicente G. Reyes

Post the code please

Collapse
 
tipu profile image
Borhan Tipu

Now I am using allauth with some customization.