templates/reg_complete.html
author anoop
Fri, 04 Jun 2010 19:00:02 +0530
branchanoop
changeset 31 ec540dfbfe78
parent 26 212fcba4459e
child 39 31935d8195f1
permissions -rw-r--r--
added more pages.
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 %}
22
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     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
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     8
</script>
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
     9
You have successfully registered for Sage Days India 25. <br />
1df4b0e0d45c added the registration complete page
nishanth
parents:
diff changeset
    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 %}