{% 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 %} Email address Send Verification Email ← Back to login {% endblock %}
If that email has an unverified account, we've sent a new verification link.
← Back to login