{% extends "accounts/base.html" %} {% load i18n %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% trans "Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}
{% if from_registration %}{% trans "I want to make a new account. Take me back to registration." %}
{% endif %} {% endblock %}