{% extends "base.html" %} {% block title %}{{ user.username }}{% endblock %} {% block heading %}link accounts for {{ user.username }}{% endblock %} {% block body %} {% if confirmation and not error %}
A confirmation email has been sent to {{ confirmation.email }}. Click on the link provided in the email to confirm that this address belongs to you.
{% else %} {% if form.errors %}There was an error submitting your link request.
{{ form.non_field_errors }} {% endif %} {% if error %}