added template registration/activate.html required by django-registration.
authoranoop
Wed, 17 Feb 2010 19:28:18 +0530
changeset 43 b5b9a4fc508f
parent 42 9b5b8c997598
child 44 2b09336352b5
added template registration/activate.html required by django-registration.
templates/registration/activate.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/registration/activate.html	Wed Feb 17 19:28:18 2010 +0530
@@ -0,0 +1,4 @@
+{% extends 'base.html' %}
+{% block content %}
+Your account has been successfully activated.
+{% endblock %}