{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}

{% trans "The password has been changed successfully" %}.

{% endblock %} {% block userprofile_content_related %}

{% trans 'Password change' %}

{% trans "Password change utility page. Please enter your new password twice so we can verify you typed it in correctly" %}.

{% endblock %}