{% 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 %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors|join:', ' }}
{% endif %}

Back to login

{% endblock %}