{% extends "base.html" %} {% block section %}NIHL{% endblock %} {% block title %}Password reset{% endblock %} {% block content %}
{% if form.errors %}

Unable to reset password.

{% endif %}
Password reset

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

    {{ form.as_ul }}

{% endblock %}