templates/reg_complete.html
branchanoop
changeset 26 212fcba4459e
parent 22 1df4b0e0d45c
child 31 ec540dfbfe78
equal deleted inserted replaced
25:30baf3c635c5 26:212fcba4459e
     1 <html>
     1 {% extends 'base.html' %}
     2 <body>
     2 {% block content %}
     3 <script language="javascript">
     3 <script language="javascript">
     4 setTimeout("document.location='/'", 10000);
     4 setTimeout("document.location='/sage_days'", 10000);
     5 </script>
     5 </script>
     6 You have successfully registered for Sage Days India 25. <br />
     6 You have successfully registered for Sage Days India 25. <br />
     7 You will be automatically redirected to sage days website in a few seconds.
     7 You will be automatically redirected to sage days website in a few seconds.
     8 </body>
     8 {% endblock %}