account_created.html
author nishanth
Mon, 12 Apr 2010 12:08:19 +0530
changeset 12 f57b0a7f24d9
parent 7 af9ab5ad2786
permissions -rw-r--r--
added closing and opening of feedback.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     2
{% block content %}
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     3
The account has been created.<br />
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     4
<a href="/reg/login">click here</a> to go to login page.
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     5
{% endblock %}