templates/account_created.html
author nishanth
Tue, 13 Apr 2010 10:50:29 +0530
changeset 19 115860e87238
parent 14 cd6911eaac2c
child 20 9354ef8119c6
permissions -rw-r--r--
implemented list people functionality .
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     2
{% block content %}
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     3
The account has been created.<br />
19
115860e87238 implemented list people functionality .
nishanth
parents: 14
diff changeset
     4
<a href="/reg/activate/{{activation_key}}">Click here to activate your account.</a><br />
115860e87238 implemented list people functionality .
nishanth
parents: 14
diff changeset
     5
This link will be sent to your email.<br />
14
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     6
<a href="/reg/login">click here</a> to go to login page.
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     7
{% endblock %}