templates/reg_complete.html
branchanoop
changeset 39 31935d8195f1
parent 31 ec540dfbfe78
equal deleted inserted replaced
38:39ce492c6c87 39:31935d8195f1
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block title %}
     2 {% block title %}
     3 Registration Complete
     3 Registration Complete
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
       
     6 <!--
     6 <script language="javascript">
     7 <script language="javascript">
     7 setTimeout("document.location='/sage_days'", 10000);
     8 setTimeout("document.location='/sage_days'", 30000);
     8 </script>
     9 </script>
     9 You have successfully registered for Sage Days India 25. <br />
    10 -->
    10 You will be automatically redirected to sage days website in a few seconds.
    11 Thank you for registering for Sage Days India 25. <br />
       
    12 <b>Due to limited availability of seats, the status of your registration will be mailed to you shortly.</b>
       
    13 <!--
       
    14 You will be redirected to sage days website in a few seconds.
       
    15 -->
    11 {% endblock %}
    16 {% endblock %}