{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Change password" %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %} {% if token_fail %}
{% url 'account_reset_password' as passwd_reset_url %} {% blocktrans %} The password reset link was invalid, possibly because it has already been used. Please request a new password reset. {% endblocktrans %}
{% blocktrans %} If this issue persists, please contact one of your site administrators {% endblocktrans %}
{% include "core/partials/admins_list.html" %}success {% blocktrans %} Your password is now changed! {% endblocktrans %}