{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block html_extra %}data-qa-id="reset_password"{% endblock %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block text_title %}

{% trans "Reset password" %}

{% trans "Step 3 of 3: Choose a new password" %}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}
{% csrf_token %} {% include "widgets/passwords.html" with edit_account_labels=1 fields=form %}

{% endblock %} {% block extra_js %} {% include "registration/_password_meter.html" with pwd_selector="#id_password" pwd_confirm_selector="#id_passwordconfirm" %} {% endblock %}