{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Changing of password disabled" %}{% endblock %} {% block page_title %}{% trans "Changing of password disabled" %}{% endblock %} {% block content %}
{% blocktrans %} Users are not allowed to edit their own passwords. If you think this is an error please contact one of your site administrators. {% endblocktrans %}
{% include "core/partials/admins_list.html" %}