diff -r 115860e87238 -r 9354ef8119c6 templates/account_created.html --- 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.
-Click here to activate your account.
-This link will be sent to your email.
+Account has been created and an activation email has been sent to your email address.
click here to go to login page. {% endblock %}