{% extends "ldt/user/user_change.html" %} {# form of password change #} {% load i18n %} {% block css_import %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% if form %}
{% csrf_token %}
{% trans "passwords don't match" %}
{% else %}

{% trans "Your new password has been saved." %}

{% endif %} {% endblock%}