summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-21 16:44:00 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-21 16:44:00 +0800
commitf946fa4b7c910b3b556518433597dd54a5ef7adb (patch)
tree31ce88667c6964c81f2444b43edbdf9f40ceb4c4 /templates
parentb709047f21884e22fddd3256e4cd83139de5ed1b (diff)
downloadpatchwork-f946fa4b7c910b3b556518433597dd54a5ef7adb.tar.bz2
patchwork-f946fa4b7c910b3b556518433597dd54a5ef7adb.tar.xz
Remove beta link text from user-link template
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/patchwork/user-link.html8
1 files 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 %}
-<p>A confirmation email has been sent to {{ confirmation.email }}.</p>
-
-<p>beta link: <a
- href="{% url patchwork.views.user.link_confirm key=confirmation.key %}"
- >{% url patchwork.views.user.link_confirm key=confirmation.key %}</a></p>
+<p>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.</p>
{% else %}