summaryrefslogtreecommitdiffstats
path: root/templates/patchwork
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork')
-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 %}