templates/reg_complete.html
author anoop
Thu, 03 Jun 2010 19:08:31 +0530
branchanoop
changeset 27 48a86d8956f7
parent 26 212fcba4459e
child 31 ec540dfbfe78
permissions -rw-r--r--
added base.html and did needed changes, (forgot to add files in previous commit).

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