diff -r dde894b36370 -r df56daf2178e templates/registration/activate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/registration/activate.html Fri Jan 07 11:43:14 2011 +0530 @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +Your account has been successfully activated. +{% endblock %}