{% extends "forms.html" %} {% block breadcrumbs %} {% endblock %} {% block title %}Password reset{% endblock %} {% block content %} {% if error %}

Cannot reset password

{{ error }}

{% else %}

Password reset

You can request reseting the password of {{ person }}. This will send the person an email with instructions allowing them to change their password.

{% csrf_token %}

{% endif %} {% endblock %}