{% extends "ldt/user/user_change.html" %} {# form of password change #} {% load i18n %} {% block css_import %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if form %}
{% else %}{% trans "Your new password has been saved." %}
{% endif %} {% endblock%}