{% extends "layouts/auth.html" %} {% block title %}Set new password — IILMP{% endblock %} {% block content %} {% if validlink %}

Set new password

Choose a strong password you don't use anywhere else.

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

Reset link invalid

This password reset link is invalid or has already been used. Reset links expire after a short time for your security.

Request a new link

← Back to sign in

{% endif %} {% endblock %}