{% extends 'ideabook/base.html' %} {% load humanize %} {% load static %} {% block breadcrumb %} {% endblock %} {% block stylesheet %} {% endblock %} {% block profileheader %} {% endblock %} {% block body %} {% load crispy_forms_tags %}

IDEABooK

Reset password

Enter your email address below and we'll email instructions for setting a new one.

{% csrf_token %} {{ password_reset_form|crispy }}
{% endblock %}