{% extends "accounts/base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Password Reset Successful" %}{% endblock %} {% block auth_content %}
{% blocktrans %} Check your e-mail. If all went well, you should find instructions on resetting your password. {% endblocktrans %}
{% blocktrans %} (You can probably close this tab now.) {% endblocktrans %}
{% endblock auth_content %}