{% extends "account/base_entrance.html" %} {% comment %} SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load allauth account %} {% block head_title %} Password Reset {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Password Reset" %} {% if user.is_authenticated %} {% include "account/snippets/already_logged_in.html" %} {% endif %}

Password reset email was sent.

{% endblock content %}