templates/reg_complete.html
author anoop
Thu, 03 Jun 2010 19:56:07 +0530
branchanoop
changeset 29 8bee50ee3504
parent 26 212fcba4459e
child 31 ec540dfbfe78
permissions -rw-r--r--
changed order of preferences in sdi/models.py.

{% 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 %}