{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Change Password" %}

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

{% endblock %}