author | nishanth |
Mon, 26 Jul 2010 20:09:10 +0530 | |
branch | anoop |
changeset 185 | 3ab058807ef6 |
parent 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 %} |
39 | 6 |
<!-- |
22 | 7 |
<script language="javascript"> |
39 | 8 |
setTimeout("document.location='/sage_days'", 30000); |
22 | 9 |
</script> |
39 | 10 |
--> |
11 |
Thank you for registering for Sage Days India 25. <br /> |
|
12 |
<b>Due to limited availability of seats, the status of your registration will be mailed to you shortly.</b> |
|
13 |
<!-- |
|
14 |
You will be redirected to sage days website in a few seconds. |
|
15 |
--> |
|
26
212fcba4459e
changed the app to work with apache + added base.html, and did needed changes.
anoop
parents:
22
diff
changeset
|
16 |
{% endblock %} |