{% extends 'im/base_two_cols.html'%} {% block page.title %} Password reset {% endblock %} {% block body.left %}
{% endblock body.left %} {% block body.right %} {% if "local" in im_modules %}
{% csrf_token %}

RESET PASSWORD

An email will be sent to the address you specify, containing a link that will allow you to change your old password.

{% include "im/form_render.html" %}
CANCEL
{% endif %} {% endblock %}