templates/reg_complete.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 02 Aug 2010 16:19:52 +0530
changeset 203 3d0970ef6feb
parent 22 1df4b0e0d45c
child 26 212fcba4459e
permissions -rw-r--r--
Added all possible regex path for registration.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     1
<html>
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     2
<body>
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     3
<script language="javascript">
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     4
setTimeout("document.location='/'", 10000);
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     5
</script>
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     6
You have successfully registered for Sage Days India 25. <br />
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     7
You will be automatically redirected to sage days website in a few seconds.
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     8
</body>