{% extends "forms.html" %} {% block breadcrumbs %}
{% endblock %} {% block title %}Password reset{% endblock %} {% block content %} {% if error %}{{ error }}
{% else %}You can request reseting the password of {{ person }}. This will send the person an email with instructions allowing them to change their password.
{% endif %} {% endblock %}