{% extends "base.html" %} {% load static %} {% block title %} Password Reset {% endblock title %} {% block description %} Reset your password to regain access to your account. Enter your email to receive a password reset link. {% endblock description %} {% block keywords %} Password Reset, Reset Password, Account Recovery, Forgot Password, Email, Reset Link {% endblock keywords %} {% block og_title %} Password Reset - Recover Your Account {% endblock og_title %} {% block og_description %} Reset your password to regain access to your account. Enter your email to receive a password reset link and recover your account. {% endblock og_description %} {% load i18n %} {% load account %} {% block content %} {% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}
{% trans "We will send you an email to reset your password" %}