summaryrefslogtreecommitdiff
path: root/testapp/templates/exam/add_question.html
diff options
context:
space:
mode:
authorhardythe12012-02-20 19:51:58 +0530
committerhardythe12012-02-20 19:51:58 +0530
commitf6a90c1eb603c9f3b8178102e387025880c0a5ac (patch)
treeda20cd8a42abfa78604d8b3a09512613b9eaa24d /testapp/templates/exam/add_question.html
parente8ba4ba5301a805194a555f52275407f045b91ab (diff)
downloadonline_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.gz
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.bz2
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.zip
changes to manage questions
Diffstat (limited to 'testapp/templates/exam/add_question.html')
-rw-r--r--testapp/templates/exam/add_question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html
index ae86ed1..2d42b34 100644
--- a/testapp/templates/exam/add_question.html
+++ b/testapp/templates/exam/add_question.html
@@ -21,7 +21,7 @@ table th, table td {
{{ form.as_table }}
</table>
<center><button class="btn" type="submit" name="savequestion">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/questions/");'>Cancel</button> </center>
</form>
{% endblock %}