diff --git a/files/templates/login/forgot_password.html b/files/templates/login/forgot_password.html index f587142e7..b8a0db38b 100644 --- a/files/templates/login/forgot_password.html +++ b/files/templates/login/forgot_password.html @@ -1,30 +1,15 @@ {% extends "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 %} - {% block content %} - -
- -
- - - - - - - - - - - -
- -
- +
+
+ + + + + +
+
{% endblock %}