templates/reg_complete.html
author anoop
Fri, 04 Jun 2010 19:00:02 +0530
branchanoop
changeset 31 ec540dfbfe78
parent 26 212fcba4459e
child 39 31935d8195f1
permissions -rw-r--r--
added more pages.

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