]> git.ozlabs.org Git - patchwork/commitdiff
Remove beta link text from user-link template
authorJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 08:44:00 +0000 (16:44 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 21 Aug 2008 08:44:00 +0000 (16:44 +0800)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
templates/patchwork/user-link.html

index 588a9994beeef29f569e43e502d6e49c4e1fa0af..dfad341e8ba3b4391d383bfe3b34408ab811784c 100644 (file)
@@ -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 %}