templates/registration/activate.html
author nishanth
Sun, 28 Feb 2010 03:01:53 +0530
changeset 136 8632a44b743d
parent 43 b5b9a4fc508f
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 %}
Your account has been successfully activated.
{% endblock %}