{% extends "account/base.html" %} {% load i18n %} {% block title %}{% trans "Change Password" %}{% endblock %} {% block body_outer %}

{% trans "Change Password" %}

{% trans 'Your password is now changed.' %}

{% endblock %}