{% extends "turkle/base.html" %} {% load i18n static %} {% block body %}
{% block content %}
{% block content_title %}

{{ title }}

{% endblock %}

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

{% csrf_token %}
{{ form.email.errors }} {{ form.email }}
{% endblock %}
{% endblock %}