templates/registration/registration_complete.html
author nishanth
Mon, 01 Mar 2010 05:46:13 +0530
changeset 160 05157d35d66f
parent 42 9b5b8c997598
permissions -rw-r--r--
imposed a constraint that edit_task url is not displayed if task is OP and has claimed_users.

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