{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans 'Password Changed!' %}{% endblock page_title %} {% block content %}

{% trans 'Your password was changed!' %}

{% endblock content %}