pytask/templates/registration/activation_complete.html
changeset 316 09178605d59e
parent 307 c6bca38c1cbf
child 317 cc5b6f4ed823
--- /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 %}