diff options
author | prathamesh | 2014-06-05 16:01:17 +0530 |
---|---|---|
committer | prathamesh | 2014-06-05 16:01:17 +0530 |
commit | 18cd0fa1def34bb320f38062596789f745bee530 (patch) | |
tree | 4ac6a9987dcba0910106637f510e275ee22bf04e /testapp/templates | |
parent | e84e28166b085781c69326ae4feb936d3f6a9ded (diff) | |
download | online_test-18cd0fa1def34bb320f38062596789f745bee530.tar.gz online_test-18cd0fa1def34bb320f38062596789f745bee530.tar.bz2 online_test-18cd0fa1def34bb320f38062596789f745bee530.zip |
isDigit() issue resolved
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/exam/automatic_questionpaper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/automatic_questionpaper.html b/testapp/templates/exam/automatic_questionpaper.html index 1175f55..fcd3db5 100644 --- a/testapp/templates/exam/automatic_questionpaper.html +++ b/testapp/templates/exam/automatic_questionpaper.html @@ -60,7 +60,7 @@ select <br> - <center>Number of question: <input type=text id=questions name='questions' style="width:25px;"> <button class=btn type=submit name='fetch' value='fetch'>Fetch Questions</button><br></center> + <center>Number of question: <input type=text id=num_questions name='num_questions' style="width:25px;"> <button class=btn type=submit name='fetch' value='fetch'>Fetch Questions</button><br></center> <br> <br> |