templates/reg_complete.html
author anoop
Fri, 04 Jun 2010 14:59:14 +0530
branchanoop
changeset 30 11f828503666
parent 26 212fcba4459e
child 31 ec540dfbfe78
permissions -rw-r--r--
changed the theme.

{% extends 'base.html' %}
{% 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 %}