summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/add_quiz.html
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/templates/exam/add_quiz.html')
-rw-r--r--testapp/templates/exam/add_quiz.html3
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 %}