diff options
author | Madhusudan.C.S | 2011-01-19 18:53:50 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-19 18:53:50 +0530 |
commit | bb35339ce6b2c72b0d9463818a4c54fe810edc86 (patch) | |
tree | 800b0af7c2ce090dbabe1b331c2a26874b88e911 | |
parent | c27efe4e00243cb368b6a0837ed1eb5ffd1ce115 (diff) | |
download | pytask-bb35339ce6b2c72b0d9463818a4c54fe810edc86.tar.gz pytask-bb35339ce6b2c72b0d9463818a4c54fe810edc86.tar.bz2 pytask-bb35339ce6b2c72b0d9463818a4c54fe810edc86.zip |
Adding activate.html as required by the django-registration protocol.
-rw-r--r-- | pytask/templates/registration/activate.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pytask/templates/registration/activate.html b/pytask/templates/registration/activate.html new file mode 100644 index 0000000..0cc0691 --- /dev/null +++ b/pytask/templates/registration/activate.html @@ -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 %} |