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

Password Reset for {{ settings.IDP_NAME }}

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