X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fuser-link-confirm.html;fp=templates%2Fpatchwork%2Fuser-link-confirm.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=449bfebbe38a040a630e08b48e1b67767d412686;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork 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 %} -

{{ errors }}

-{% else %} -

You have sucessfully linked the email address {{ person.email }} to - your patchwork account

- -{% endif %} -

Back to your - profile.

- -{% endblock %}