summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/exam/question.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/exam/question.html b/templates/exam/question.html
index fe27e8f..226bdca 100644
--- a/templates/exam/question.html
+++ b/templates/exam/question.html
@@ -38,7 +38,7 @@ function update_time()
setTimeout("update_time()", 1000);
}
else {
- document.forms["logout"].submit();
+ document.forms["code"].submit();
}
}
//-->
@@ -83,4 +83,4 @@ you have {{ paper.questions_left }} question(s) left in {{ quiz_name }}.</p>
<input type="submit" name="quit" value="Quit exam and logout" />
</form>
-{% endblock content %} \ No newline at end of file
+{% endblock content %}