diff -r 621d1b4200d2 -r a370c5796d08 template/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/template/index.html Wed Jan 20 14:19:50 2010 +0530 @@ -0,0 +1,75 @@ + + + + +Registration + + + + + + + + + +
+ +
+

+ {% block content %} + {% if value %} +

+ + {{form.as_p}} +
+ + +
+ {% else %} + Your Registration was successful! + You will be automatically redirected to the home page in 5 seconds
+ + {% endif %} + {% endblock %} +

+
+ +
 
+
+ + + + + +