{% 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 %} {% block head_title %} Change Password {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Change Password" %}
Your password was changed successfully.
{% include "allauth/elements/heliport_back_to_login_page.html" %} {% endblock content %}