{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content_enclosed %}
{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}
{% endblock %}