X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fuser-link.html;h=10c8ec275b6628a1c3e9c0d454e6446e7cbc61d4;hb=984cb073d3f568ff8ad28c93d3be2b325b26f25d;hp=588a9994beeef29f569e43e502d6e49c4e1fa0af;hpb=eb6db921938c72c0655ca2e381818a471f99f5fa;p=patchwork diff --git a/templates/patchwork/user-link.html b/templates/patchwork/user-link.html index 588a999..10c8ec2 100644 --- a/templates/patchwork/user-link.html +++ b/templates/patchwork/user-link.html @@ -1,4 +1,4 @@ -{% extends "patchwork/base.html" %} +{% extends "base.html" %} {% block title %}{{ user.username }}{% endblock %} {% block heading %}link accounts for {{ user.username }}{% endblock %} @@ -7,11 +7,9 @@ {% block body %} {% if confirmation and not error %} -

A confirmation email has been sent to {{ confirmation.email }}.

- -

beta link: {% url patchwork.views.user.link_confirm key=confirmation.key %}

+

A confirmation email has been sent to {{ confirmation.email }}. Click +on the link provided in the email to confirm that this address belongs to +you.

{% else %} @@ -24,6 +22,7 @@ {% endif %}
+ {% csrf_token %} {{linkform.email.errors}} Link an email address: {{ linkform.email }}