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

Manage email

Add and verify the email address used to sign in.

{% if emailaddresses %}{% endif %}
Add another address
{% csrf_token %}
{% for error in form.email.errors %}

{{ error }}

{% endfor %}

Back to profile settings

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