Adding activate.html as required by the django-registration protocol.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Wed, 19 Jan 2011 18:53:50 +0530
changeset 474 10ba21c3c2dc
parent 473 50484b901aad
child 475 5199fd1a12bb
Adding activate.html as required by the django-registration protocol.
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. <madhusudancs@fossee.in>" to activate the account.<br />
+  Please proceed to login.
+{% endblock %}