diff options
author | anoop | 2010-02-17 19:28:18 +0530 |
---|---|---|
committer | anoop | 2010-02-17 19:28:18 +0530 |
commit | 111b4c6441410192f3ba187f6cc078020db93a8f (patch) | |
tree | ae991b7a74e74d8c6a252204b842a681687f016e | |
parent | 18d5bf1a0a718be3ba0c33fcbc259e6836ab6d1f (diff) | |
download | pytask-111b4c6441410192f3ba187f6cc078020db93a8f.tar.gz pytask-111b4c6441410192f3ba187f6cc078020db93a8f.tar.bz2 pytask-111b4c6441410192f3ba187f6cc078020db93a8f.zip |
added template registration/activate.html required by django-registration.
-rw-r--r-- | templates/registration/activate.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html new file mode 100644 index 0000000..27181d5 --- /dev/null +++ b/templates/registration/activate.html @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +Your account has been successfully activated. +{% endblock %} |