templates/reg_complete.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 14:24:00 +0530
branchanoop
changeset 215 363d51e2cfa5
parent 39 31935d8195f1
permissions -rw-r--r--
Development settings will run Mail server on 1025 port.

{% extends 'base.html' %}
{% block title %}
Registration Complete
{% endblock %}
{% block content %}
<!--
<script language="javascript">
setTimeout("document.location='/sage_days'", 30000);
</script>
-->
Thank you for registering for Sage Days India 25. <br />
<b>Due to limited availability of seats, the status of your registration will be mailed to you shortly.</b>
<!--
You will be redirected to sage days website in a few seconds.
-->
{% endblock %}