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