diff options
author | prathamesh | 2014-06-05 17:52:48 +0530 |
---|---|---|
committer | prathamesh | 2014-06-05 17:52:48 +0530 |
commit | 2ab7f5c798993e06fc35a95e5acda990cb7d2546 (patch) | |
tree | 8f385a3e36fc86b9237107f67122362c49220082 /testapp/templates | |
parent | 32e019a07de1f9e819e9c1531c50166289c76cb9 (diff) | |
parent | 18cd0fa1def34bb320f38062596789f745bee530 (diff) | |
download | online_test-2ab7f5c798993e06fc35a95e5acda990cb7d2546.tar.gz online_test-2ab7f5c798993e06fc35a95e5acda990cb7d2546.tar.bz2 online_test-2ab7f5c798993e06fc35a95e5acda990cb7d2546.zip |
Merge branch 'deploy_server'
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> |