{% extends "layouts/content.html" %} {% load i18n %} {% block title %}{{ block.super }}| {% trans "Password changed" %}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

{% trans "Your new password has been set" %}

You will be redirected to the profile page in 5 seconds ...

{% endblock %}