{% extends "reggi/base.html" %} {% block title %}Resend Verification Email{% endblock %} {% block content %}
Check your inbox and click the link to verify your email address.
Back to login {% else %}We'll send a new verification link to {{ request.user.email }}.
{% endif %}