# HG changeset patch # User anoop # Date 1266415098 -19800 # Node ID b5b9a4fc508f8942a53afdc96cc167c57eba0b38 # Parent 9b5b8c997598edbadd20e6d85f09c4ad49ed33b0 added template registration/activate.html required by django-registration. 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 %}