# HG changeset patch # User Madhusudan.C.S # Date 1295443430 -19800 # Node ID 10ba21c3c2dc3e8d954ac230a214499fad870fd7 # Parent 50484b901aad91680546e20d29b0c321a4bc030c Adding activate.html as required by the django-registration protocol. diff -r 50484b901aad -r 10ba21c3c2dc pytask/templates/registration/activate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/registration/activate.html Wed Jan 19 18:53:50 2011 +0530 @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block content %} + The key provided for activation is invalid. This is either because + your account has already been activated or the activation key + has expired. If you have already activated your account please + proceed to login. If you have not activated, then please contact + "Madhusudan C.S. " to activate the account.
+ Please proceed to login. +{% endblock %}