author | nishanth |
Tue, 20 Apr 2010 21:53:19 +0530 | |
changeset 19 | 4911302379ac |
child 27 | 6233cf13fc12 |
permissions | -rw-r--r-- |
{% extends 'base.html' %} {% block script %} <script language="javascript"> function dipost (){ document.getElementById("queform").submit(); } setTimeout("dipost()", {{question.time_limit}} * 1000) </script> {% endblock %} {% block content %} <form action="" method="post" id="queform"> {{question.description}} <br /> <textarea name="answer"></textarea> </form> {% endblock %}