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

{% trans "Change Password" %}

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

{% include "account/snippets/go_back.html" %}
{% endblock %}