{% extends "base.html" %} {% load i18n towel_form_tags %} {% block title %}{% trans "Password reset" %} - {{ block.super }}{% endblock %} {% block main %}

{% trans "Password reset" %}

{% include "towel/_messages.html" %}

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

{% csrf_token %} {% form_errors form %} {% form_item form.email %}
{% endblock %}