templates/reg_complete.html
author anoop
Sat, 05 Jun 2010 12:13:21 +0530
branchanoop
changeset 34 514db83586f5
parent 31 ec540dfbfe78
child 39 31935d8195f1
permissions -rw-r--r--
changed the topics choices.

{% extends 'base.html' %}
{% block title %}
Registration Complete
{% endblock %}
{% block content %}
<script language="javascript">
setTimeout("document.location='/sage_days'", 10000);
</script>
You have successfully registered for Sage Days India 25. <br />
You will be automatically redirected to sage days website in a few seconds.
{% endblock %}