templates/account_created.html
changeset 20 9354ef8119c6
parent 19 115860e87238
child 46 ff5f34e42aec
--- a/templates/account_created.html	Tue Apr 13 10:50:29 2010 +0530
+++ b/templates/account_created.html	Tue Apr 13 12:03:12 2010 +0530
@@ -1,7 +1,5 @@
 {% extends "base.html" %}
 {% block content %}
-The account has been created.<br />
-<a href="/reg/activate/{{activation_key}}">Click here to activate your account.</a><br />
-This link will be sent to your email.<br />
+Account has been created and an activation email has been sent to your email address.<br />
 <a href="/reg/login">click here</a> to go to login page.
 {% endblock %}