added password_reset and password_reset_done templates by jamie-ferguson · Pull Request #2886 · python/pythondotorg
Description
Fixes missing password reset templates in the accounts pages.
Previously, attempting to reset a password would show unstyled pages at the following urls
/accounts/password/reset
/accounts/password/reset/done/
This PR adds two new template files which fixes this.
Tested locally using the Docker setup and triggering the password reset workflow.
Closes
Closes #2617