summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/add_quiz.html
diff options
context:
space:
mode:
authorhardythe12012-02-20 20:29:06 +0530
committerhardythe12012-02-20 20:29:06 +0530
commitddb7f4e07771f4e4ca514c253d671698e1b74020 (patch)
tree1b476a130efb9eca565ea3fa7d588bf454b98796 /testapp/templates/exam/add_quiz.html
parentc61396a219efb3b078094d028e41fe51bc857fe3 (diff)
downloadonline_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.tar.gz
online_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.tar.bz2
online_test-ddb7f4e07771f4e4ca514c253d671698e1b74020.zip
changes to manage quiz
Diffstat (limited to 'testapp/templates/exam/add_quiz.html')
-rw-r--r--testapp/templates/exam/add_quiz.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html
index 80a52ed..d51d129 100644
--- a/testapp/templates/exam/add_quiz.html
+++ b/testapp/templates/exam/add_quiz.html
@@ -23,6 +23,6 @@ table th, table td {
</table>
</center>
<center><button class="btn" type="submit" name="save">Save</button>
-<button class="btn" type="reset" name="reset">Clear</button> </center>
+<button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/showquiz/");'>Cancel</button> </center>
</form>
{% endblock %}