templates/account_created.html
author nishanth
Fri, 16 Apr 2010 14:21:00 +0530
changeset 67 7d9a01aa3740
parent 46 ff5f34e42aec
permissions -rw-r--r--
modified import in seed_db.

{% extends "base.html" %}
{% block content %}
Account has been created and an activation email has been sent to your email address.<br />
Please activate your account to confirm the registration.
{% endblock %}