{% extends "account/base_manage_password.html" %} {% comment %} SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load allauth widget_tweaks %} {% block head_title %} Set Password {% endblock head_title %} {% block content %} {% include "allauth/elements/heliport_heading.html" with text="Set Password" %}
{% endblock content %}