From 111b4c6441410192f3ba187f6cc078020db93a8f Mon Sep 17 00:00:00 2001 From: anoop Date: Wed, 17 Feb 2010 19:28:18 +0530 Subject: added template registration/activate.html required by django-registration. --- templates/registration/activate.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/registration/activate.html 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 %} -- cgit