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

Resend verification email

Enter the email you registered with and we'll send a fresh verification link.

{% if sent %}
If that email matches an unverified account, a new verification link is on its way. Check your inbox (and spam folder).
{% else %}
{% csrf_token %}
{% endif %}

Back to sign in

{% endblock %}