templates/registration/registration_complete.html
author nishanth
Mon, 01 Mar 2010 04:54:08 +0530
changeset 157 65d5e9737d1c
parent 42 9b5b8c997598
permissions -rw-r--r--
fixed assign_task method to display a not_allowed message if task status not in OP WR.

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