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 .

{% 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 %}