diff --git a/files/templates/login/forgot_password.html b/files/templates/login/forgot_password.html index b8a0db38b..9a8943eec 100644 --- a/files/templates/login/forgot_password.html +++ b/files/templates/login/forgot_password.html @@ -1,4 +1,4 @@ -{% extends "authforms.html" %} +{% extends "login/authforms.html" %} {% block pagetitle %}{{SITE_TITLE}} Password Reset{% endblock %} {% block authtitle %}Reset your password.{% endblock %} {% block authtext %}If there's an email address associated with your account, you can use it to recover your {{SITE_TITLE}} account and change your password.{% endblock %}