{% extends "base.html" %} {% block content %}
{% trans "Forgotten your password?" as headingtext %} {% include "patterns/basics/headings/sp_variations/heading.html" with type="component" htmltag="h1" title=headingtext %} {% trans "Enter your email address below, and we'll email instructions for setting a new one." as headingtext %} {% include "patterns/basics/headings/sp_variations/heading.html" with type="macro" htmltag="h1" title=headingtext %}
{% csrf_token %}
{{ form.email }} {{ form.email.errors }}
{% endblock %}