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

{% block content %}
<p>{% trans "Password changed" %}</p>
{% endblock %}