templates/account_created.html
author nishanth
Mon, 12 Apr 2010 15:14:03 +0530
changeset 16 bef53aaf9085
parent 14 cd6911eaac2c
child 19 115860e87238
permissions -rw-r--r--
phew finally IRC came to rescue. fixed a bug that took most of my time.

{% extends "base.html" %}
{% block content %}
The account has been created.<br />
<a href="/reg/login">click here</a> to go to login page.
{% endblock %}