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

{% trans "Password reset successful" %}

{% trans "We've e-mailed you the instructions to obtain a new password. You should be receiving it shortly" %}.

{% endblock %} {% block userprofile_content_related %}

{% trans "Password reset form" %}

{% trans "Forgotten your password? Enter your e-mail address, and we'll reset your password and e-mail the new one to you" %}.

{% endblock %}