diff options
author | hardythe1 | 2012-03-22 17:50:34 +0530 |
---|---|---|
committer | hardythe1 | 2012-03-22 17:50:34 +0530 |
commit | 246478f4ef75ae713e96a64d210bd3710bed3df9 (patch) | |
tree | c09755a4861bb734b035c685e2f5782952e3d9b1 /testapp/templates/exam/showquestions.html | |
parent | b1ba290f249d84989cb3cc38d018482794582a46 (diff) | |
download | online_test-246478f4ef75ae713e96a64d210bd3710bed3df9.tar.gz online_test-246478f4ef75ae713e96a64d210bd3710bed3df9.tar.bz2 online_test-246478f4ef75ae713e96a64d210bd3710bed3df9.zip |
Tagging functionality in quiz
Diffstat (limited to 'testapp/templates/exam/showquestions.html')
-rw-r--r-- | testapp/templates/exam/showquestions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/templates/exam/showquestions.html b/testapp/templates/exam/showquestions.html index d406522..62b40e4 100644 --- a/testapp/templates/exam/showquestions.html +++ b/testapp/templates/exam/showquestions.html @@ -15,7 +15,7 @@ {% endfor %} <br> <button class="btn" type="button" onclick='location.replace("{{URL_ROOT}}/exam/manage/addquestion/");'>Add Question</button> -<button class="btn" type="submit" name='edit' value='edit' onClick="confirm_edit(frm);">Edit Selected</button> -<button class="btn" type="submit" onClick="confirm_delete(frm);" name='delete' value='delete'>Delete Selected</button> +<button class="btn" type="submit" name='edit' value='edit' onClick="return confirm_edit(frm);">Edit Selected</button> +<button class="btn" type="submit" onClick="return confirm_delete(frm);" name='delete' value='delete'>Delete Selected</button> </form> {% endblock %} |