{% extends "impala/base_shared.html" %} {% from 'includes/forms.html' import pretty_field %} {% block title %}{{ page_title(_('Password Reset')) }}{% endblock %} {% block content %}

{{ _('Password Reset') }}

{{ csrf() }}

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

    {{ pretty_field(form.email, _('Email Address')) }}
{% endblock content %}