{% extends "layouts/auth.html" %} {% block title %}Reset password — IILMP{% endblock %} {% block content %}

Reset password

Enter your account email and we'll send you a link to set a new password.

{% csrf_token %} {% for field in form %} {% include "components/forms/field.html" with field=field %} {% endfor %}

← Back to sign in

{% endblock %}