{% extends "base.html" %} {% block title %}{{ user.username }}{% endblock %} {% block heading %}link accounts for {{ user.username }}{% endblock %} {% block body %} {% if errors %}
{{ errors }}
{% else %}You have sucessfully linked the email address {{ person.email }} to your patchwork account
{% endif %}Back to your profile.
{% endblock %}