templates/reg_complete.html
author nishanth
Fri, 03 Sep 2010 16:23:17 +0530
branchanoop
changeset 241 ac1f13b2b3dc
parent 39 31935d8195f1
permissions -rw-r--r--
included the url
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
ec540dfbfe78 added more pages.
anoop
parents: 26
diff changeset
     2
{% block title %}
ec540dfbfe78 added more pages.
anoop
parents: 26
diff changeset
     3
Registration Complete
ec540dfbfe78 added more pages.
anoop
parents: 26
diff changeset
     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
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
     6
<!--
22
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     7
<script language="javascript">
39
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
     8
setTimeout("document.location='/sage_days'", 30000);
22
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     9
</script>
39
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    10
-->
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    11
Thank you for registering for Sage Days India 25. <br />
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    12
<b>Due to limited availability of seats, the status of your registration will be mailed to you shortly.</b>
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    13
<!--
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    14
You will be redirected to sage days website in a few seconds.
31935d8195f1 updated registration_complete template
nishanth
parents: 31
diff changeset
    15
-->
26
212fcba4459e changed the app to work with apache + added base.html, and did needed changes.
anoop
parents: 22
diff changeset
    16
{% endblock %}