{% extends "base.html" %} {% block title %}Forgot Password | TrustForge{% endblock %} {% block meta_description %}Request a secure password reset link for your TrustForge account.{% endblock %} {% block content %} Password reset {{ auth_page_title }} {{ auth_page_description }} {% csrf_token %} {% if form.non_field_errors %} {{ form.non_field_errors|join:', ' }} {% endif %} Work email {{ form.email }} {% if form.email.errors %}{{ form.email.errors|join:', ' }}{% endif %} Send reset link Back to login {% endblock %}
{{ auth_page_description }}
Back to login