diff -r 9b5b8c997598 -r b5b9a4fc508f 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 %}