templates/registration/activate.html
changeset 43 b5b9a4fc508f
--- /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 %}