{% extends "base.html" %} {% block head_title %}Confirm Email{% endblock %} {% block body_content %} {% if email_address %}

You have confirmed that {{ email_address.email }} is an email address for user '{{ email_address.user }}'.

{% else %}

Invalid confirmation key.

{% endif %}

Go to homepage.

{% endblock %}