templates/sent_activationkey.html
changeset 20 9354ef8119c6
child 46 ff5f34e42aec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/sent_activationkey.html	Tue Apr 13 12:03:12 2010 +0530
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+{% block content %}
+Activation email has been sent to your email address.<br />
+<a href="/reg">click here</a> to go to home page.
+{% endblock %}