X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fuser-link.html;h=2ed193efe26ece9dc6378aede1f4516a461982a9;hb=11bfcbc720bb39833efddc367ac671723f3944a2;hp=588a9994beeef29f569e43e502d6e49c4e1fa0af;hpb=eb6db921938c72c0655ca2e381818a471f99f5fa;p=patchwork diff --git a/templates/patchwork/user-link.html b/templates/patchwork/user-link.html index 588a999..2ed193e 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 %}