templates/account_created.html
changeset 19 115860e87238
parent 14 cd6911eaac2c
child 20 9354ef8119c6
--- a/templates/account_created.html	Mon Apr 12 18:15:21 2010 +0530
+++ b/templates/account_created.html	Tue Apr 13 10:50:29 2010 +0530
@@ -1,5 +1,7 @@
 {% 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 />
 <a href="/reg/login">click here</a> to go to login page.
 {% endblock %}