{% extends 'base.html' %} {% block title %}Confirm Email — CampusTalent{% endblock %} {% block footer %}{% endblock %} {% block content %}
✉️

Confirm Your Email

{% if confirmation %}

Please confirm that {{ confirmation.email_address.email }} is your email address by clicking below.

{% csrf_token %}
{% else %}

This confirmation link is invalid or has expired.

Request New Link {% endif %}
{% endblock %}