brutasse / django-password-reset

Class-based views for password reset
https://django-password-reset.readthedocs.io
BSD 3-Clause "New" or "Revised" License
278 stars 136 forks source link

Update base.html #82

Closed subodhk01 closed 11 months ago

subodhk01 commented 4 years ago

current password_reset/base.html is trying to extend 'base.html', which is not present in mast cases and hence it gives an error, so basically the whole thing doesn't work. Moreover nothing about this was mentioned the docs.

vrocha commented 11 months ago

base.html should be your project base.html template - this allows you the flexibility to extend your own template instead of the one provided in the project. I am closing this PR as won't merge.