Forgot Password Fix

This commit is contained in:
justcool393 2023-07-12 16:40:29 -05:00
parent 73ff78ecd5
commit fa54e71a6e

View file

@ -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 %}