diff -r c63a9519dc37 -r 09178605d59e pytask/templates/registration/activation_complete.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/registration/activation_complete.html Sat Jan 08 14:43:40 2011 +0530 @@ -0,0 +1,4 @@ +{% extends 'base.html' %} +{% block content %} +Your account has been successfully activated. +{% endblock %}