diff options
author | hardythe1 | 2012-03-20 12:44:43 +0530 |
---|---|---|
committer | hardythe1 | 2012-03-20 12:44:43 +0530 |
commit | e524bef336df95fd307d045af37c379bccf3ea14 (patch) | |
tree | 62b677d6c94f323f880d77745e57a25e844b4ba9 /testapp/templates/exam/add_quiz.html | |
parent | 0e6e72fb37f1a586728c997cd5e9c5fadf794823 (diff) | |
download | online_test-e524bef336df95fd307d045af37c379bccf3ea14.tar.gz online_test-e524bef336df95fd307d045af37c379bccf3ea14.tar.bz2 online_test-e524bef336df95fd307d045af37c379bccf3ea14.zip |
minor UI changes
Diffstat (limited to 'testapp/templates/exam/add_quiz.html')
-rw-r--r-- | testapp/templates/exam/add_quiz.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html index fe99ce6..570b3c2 100644 --- a/testapp/templates/exam/add_quiz.html +++ b/testapp/templates/exam/add_quiz.html @@ -25,7 +25,6 @@ </table> </center> <center><button class="btn" type="submit" name="save">Save</button> - <button class="btn" type="button" name="button" onClick="javascript:test()">Cancel</button> </center> - <!--button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/showquiz/");'>Cancel</button> </center--> + <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/showquiz/");'>Cancel</button> </center> </form> {% endblock %} |