{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %} {% block page_js %} {% endblock %} {% block content %}
{% url 'users:change_password' object.username as change_password_url %} {% blocktrans trimmed %} Use the change password form to change the password. {% endblocktrans %}