equal
deleted
inserted
replaced
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 %} |