author | anoop |
Thu, 03 Jun 2010 19:06:14 +0530 | |
branch | anoop |
changeset 26 | 212fcba4459e |
parent 22 | 1df4b0e0d45c |
child 31 | ec540dfbfe78 |
permissions | -rw-r--r-- |
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
1 |
{% extends 'base.html' %} |
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
2 |
{% block content %} |
22 | 3 |
<script language="javascript"> |
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
4 |
setTimeout("document.location='/sage_days'", 10000); |
22 | 5 |
</script> |
6 |
You have successfully registered for Sage Days India 25. <br /> |
|
7 |
You will be automatically redirected to sage days website in a few seconds. |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
8 |
{% endblock %} |