templates/reg_complete.html
author nishanth
Sat, 05 Jun 2010 16:39:31 +0530
branchanoop
changeset 35 20d3b4230e4f
parent 31 ec540dfbfe78
child 39 31935d8195f1
permissions -rw-r--r--
modified db path and templates dir path

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