{% extends 'base.html' %} {% block title %}Verify Email — PickkerMarket{% endblock %} {% block content %}
{% if success %}

Email verified!

{{ user.first_name }}, your account is now active. You can log in below.

Log In {% else %}

This verification link isn't valid

It may have already been used, or the link is incorrect. You can request a new one below.

Resend Verification Email {% endif %}
{% endblock %}