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