templates/registration/registration_complete.html
author nishanth
Tue, 02 Mar 2010 02:12:57 +0530
changeset 165 8ea5bcf3bd01
parent 42 9b5b8c997598
permissions -rw-r--r--
implemented edit_task functionality.

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