{% extends "base.html" %} {% comment %} Slight html change to style it like the other forms {% endcomment %} {% load i18n %} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Password reset" %}

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

{% csrf_token %}
{% endblock %}