pytask/templates/registration/registration_complete.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 11:51:12 +0530
changeset 138 5a94c774473c
parent 69 c6bca38c1cbf
permissions -rw-r--r--
browse tasks works fine now

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