{% extends "orga/auth/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block title %}{{ phrases.base.password_reset_heading }}{% endblock title %} {% block content %}
{% csrf_token %}

{{ phrases.base.password_reset_heading }}

{{ phrases.base.password_reset_nearly_done }}

{{ form }}
{% endblock content %}