# HG changeset patch # User Nishanth Amuluru # Date 1294478020 -19800 # Node ID 09178605d59ecc067da91e8f34f56851bb017ddb # Parent c63a9519dc376651c8c8502806418dc06cd8be14 renamed it approproately diff -r c63a9519dc37 -r 09178605d59e pytask/templates/registration/activate.html --- a/pytask/templates/registration/activate.html Sat Jan 08 14:41:09 2011 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -Your account has been successfully activated. -{% endblock %} 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 %}