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