templates/account_created.html
author nishanth
Tue, 13 Apr 2010 16:29:58 +0530
changeset 36 cd0f61fa31f1
parent 20 9354ef8119c6
child 46 ff5f34e42aec
permissions -rw-r--r--
removed quiz links from view event template .

{% extends "base.html" %}
{% block content %}
Account has been created and an activation email has been sent to your email address.<br />
<a href="/reg/login">click here</a> to go to login page.
{% endblock %}