{% extends "account/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% trans "Change Password" %}{% endblock title %} {% block page_title %}{% trans "Change Password" %}{% endblock page_title %} {% block content %}
{% trans 'Your password is now changed.' %}
{% endblock %}