{% extends "dl_user/index.html" %} {% block title %}Reset Password{% endblock %} {% block wrapper %}

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