summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/user-link-confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/user-link-confirm.html')
-rw-r--r--templates/patchwork/user-link-confirm.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/patchwork/user-link-confirm.html b/templates/patchwork/user-link-confirm.html
deleted file mode 100644
index 449bfeb..0000000
--- a/templates/patchwork/user-link-confirm.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}{{ user.username }}{% endblock %}
-{% block heading %}link accounts for {{ user.username }}{% endblock %}
-
-
-{% block body %}
-
-{% if errors %}
-<p>{{ errors }}</p>
-{% else %}
- <p>You have sucessfully linked the email address {{ person.email }} to
- your patchwork account</p>
-
-{% endif %}
-<p>Back to <a href="{% url 'patchwork.views.user.profile' %}">your
- profile</a>.</p>
-
-{% endblock %}