{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password reset successful" %} - {{ block.super }}{% endblock %} {% block main %}

{% trans "Password reset successful" %}

{% include "towel/_messages.html" %}

{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}

{% endblock %}