author | anoop |
Fri, 04 Jun 2010 19:00:02 +0530 | |
branch | anoop |
changeset 31 | ec540dfbfe78 |
parent 26 | 212fcba4459e |
child 39 | 31935d8195f1 |
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' %} |
31 | 2 |
{% block title %} |
3 |
Registration Complete |
|
4 |
{% endblock %} |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
5 |
{% block content %} |
22 | 6 |
<script language="javascript"> |
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
7 |
setTimeout("document.location='/sage_days'", 10000); |
22 | 8 |
</script> |
9 |
You have successfully registered for Sage Days India 25. <br /> |
|
10 |
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
|
11 |
{% endblock %} |