{% extends "base.html" %} {% block title %}Confirm Email | Testpoint{% endblock %} {% block content %}

Confirm your email

{% if confirmation %}

Confirm {{ confirmation.email_address.email }} as the email for your Testpoint account.

{% else %}

This confirmation link is invalid or has expired.

{% endif %}
{% if confirmation %}
{% csrf_token %}
{% else %}Request a new link{% endif %}

Return home

{% include "components/footer.html" %}{% endblock %}