pytask/templates/registration/registration_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Sat, 08 Jan 2011 23:48:24 +0530
changeset 106 aa61ea9c29f9
parent 69 c6bca38c1cbf
permissions -rw-r--r--
now deleted tasks are also selected in db query

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