{% extends "account/base.html" %} {% load i18n %} {% block head_title %} {% trans "Changed Password" %} {% endblock %} {% block content %}

{% trans "Changed Password" %}

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

{% include "account/_links.html" %}
{% endblock %}