{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_base.html" %} {% load i18n %} {% block title %} {% translate "Reset your password - Projectify" %} {% endblock title %} {% block user_content %}

{% translate "Reset your password" %}

{% translate "Enter the email associated with your account and we'll send you a link to reset your password." %}

{{ form.email.as_field_group }} {% csrf_token %}
{% endblock user_content %}