templates/reg_complete.html
branchanoop
changeset 26 212fcba4459e
parent 22 1df4b0e0d45c
child 31 ec540dfbfe78
--- a/templates/reg_complete.html	Sat May 29 19:35:49 2010 +0530
+++ b/templates/reg_complete.html	Thu Jun 03 19:06:14 2010 +0530
@@ -1,8 +1,8 @@
-<html>
-<body>
+{% extends 'base.html' %}
+{% block content %}
 <script language="javascript">
-setTimeout("document.location='/'", 10000);
+setTimeout("document.location='/sage_days'", 10000);
 </script>
 You have successfully registered for Sage Days India 25. <br />
 You will be automatically redirected to sage days website in a few seconds.
-</body>
+{% endblock %}