{% extends "base.html" %} {% block title %}{% trans "Password changed" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Your password has been changed" %}

{% trans "From now on you can use your new password to login" %}.

{% endblock %}