{% extends "dl_user/base.html" %} {% block bootstrap3_title %}Enter New Password{% endblock %} {% block content %}

Password Edit

{% 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 %}