{% extends 'base.html' %} {% block title %}Resend Verification — PickkerMarket{% endblock %} {% block content %}

Resend verification email

{% if sent is not None %}

If that email has an unverified account, we've sent a new verification link.

{% endif %}
{% csrf_token %}

← Back to login

{% endblock %}