DEV Community

Discussion on: Django - Reset Password

Collapse
 
arielb506 profile image
Ariel Barboza

Its weird, I cannot get Django to use the templates im passing on the class view, I can do it for log in and password change, but not reset password

Collapse
 
earthcomfy profile image
Hana Belay

Hi. Can I see your code and the error you are getting?

Collapse
 
arielb506 profile image
Ariel Barboza

I actually was able to make it show up with a bit of a different approach, it did not like the templates being called 'registration/...' that was an oversight