account activated template .
authornishanth
Tue, 13 Apr 2010 14:21:27 +0530
changeset 24 31d37d0cf557
parent 23 42e2a810e1c8
child 25 17966ca75ca9
account activated template .
templates/account_activated.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/account_activated.html	Tue Apr 13 14:21:27 2010 +0530
@@ -0,0 +1,4 @@
+{% extends "base.html" %}
+{% block content %}
+Your account has been activated.
+{% endblock %}