diff options
author | Jay Parikh | 2012-06-25 17:39:30 +0530 |
---|---|---|
committer | Jay Parikh | 2012-06-25 17:39:30 +0530 |
commit | 7f0d00746a9ea009179c2e3879fa1bf8354a5853 (patch) | |
tree | 66853561857146e740eb9f48f400cdb3fd79a2a9 | |
parent | 1712353f3646e24de7ec359bdbb9c9a3012b1597 (diff) | |
download | online_test-7f0d00746a9ea009179c2e3879fa1bf8354a5853.tar.gz online_test-7f0d00746a9ea009179c2e3879fa1bf8354a5853.tar.bz2 online_test-7f0d00746a9ea009179c2e3879fa1bf8354a5853.zip |
minor change (quit exam)
-rw-r--r-- | testapp/templates/exam/quit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/quit.html b/testapp/templates/exam/quit.html index 3f7630d..fee11ed 100644 --- a/testapp/templates/exam/quit.html +++ b/testapp/templates/exam/quit.html @@ -9,6 +9,6 @@ <center><h4> Be sure, as you won't be able to restart this exam.</h4></center> <form action="{{URL_ROOT}}/exam/complete/{{ id }}/" method="post"> {% csrf_token %} - <center><button class="btn" type="submit" name="yes">Yes!</button> <button class="btn" type="submit" name="no">No!</button></center> + <center><button class="btn" type="submit" name="yes">Yes!</button> <button class="btn" type="button" name="no" onClick="window.location='{{ URL_ROOT }}/exam/start/{{ id }}/'">No!</button></center> </form> {% endblock content %} |