templates/registration/registration_complete.html
author nishanth
Sun, 28 Feb 2010 03:01:53 +0530
changeset 136 8632a44b743d
parent 42 9b5b8c997598
permissions -rw-r--r--
deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.

{% extends 'base.html' %}
{% block content %}
Please check your email for instructions on activating your account.
{% endblock %}