{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "Reset Password" %} - {% trans "Rattic" %}{% endblock %} {% block content %}

{% blocktrans %}Please specify your email address to receive instructions for resetting it.{% endblocktrans %}

{{ form.email.errors }}

{{ form.email }}

{% endblock %}