{% extends "user/index.html" %} {% block title %}Enter New Password{% endblock %} {% block wrapper %}
{% if ldap_error %}
{{ ldap_error }}
{% endif %} {% if form.errors %}
{{ form.errors|length}} error{{ form.errors|length|pluralize:" was,s were" }} found! Please fix. {{ form.non_field_errors }}
{% endif %}
{% load crispy_forms_tags %} {% crispy form %}
{% endblock %}