From f946fa4b7c910b3b556518433597dd54a5ef7adb Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 21 Aug 2008 16:44:00 +0800 Subject: [PATCH] Remove beta link text from user-link template Signed-off-by: Jeremy Kerr --- templates/patchwork/user-link.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/patchwork/user-link.html b/templates/patchwork/user-link.html index 588a999..dfad341 100644 --- a/templates/patchwork/user-link.html +++ b/templates/patchwork/user-link.html @@ -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 %} -- 2.39.2