{% extends "accounts/base.html" %} {% load i18n %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Forgot your password?" %}

{% trans "Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

{% csrf_token %} {{form.as_p}}
{% if from_registration %}

{% trans "I want to make a new account. Take me back to registration." %}

{% endif %}

{% trans "Log in" %}

{% endblock %}