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.

Latest comments (2)

Collapse
 
highcenburg profile image
Vicente Antonio G. Reyes

Post the code please

Collapse
 
tipu profile image
Borhan Tipu

Now I am using allauth with some customization.

Here is a post you might want to check out:

Regex for lazy developers

regex for lazy devs

Sorry for the callout ๐Ÿ˜†