{% extends "registration/base.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Password reset" %} {% endblock %} {% block big_message %}{% trans "Mail sent!" %}{% endblock %} {% block content %} {% blocktrans %}
We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly.
{% endblocktrans %} {% endblock %}