{% extends "reggi/base.html" %} {% block title %}Resend Verification Email{% endblock %} {% block content %}
{% if sent %}

Verification email sent

Check your inbox and click the link to verify your email address.

Back to login {% else %}

Resend verification email

We'll send a new verification link to {{ request.user.email }}.

{% csrf_token %}
{% endif %}
{% endblock %}