{% extends "base.html" %} {% block section %}NIHL{% endblock %} {% block title %}Enter new password{% endblock %} {% block content %}
{% if form.errors %}

Unable to reset password.

{% endif %}
Enter new password

Please enter your new password twice so we can verify you typed it in correctly.

    {{ form.as_ul }}

{% endblock %}