From 9c1c80277252fb6b151183bbf4995c96f25e31ff Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Mon, 18 Dec 2017 19:53:59 +0530 Subject: Fix assignment upload to work with new code server --- yaksh/templates/yaksh/question.html | 1 + 1 file changed, 1 insertion(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index d58c934..749b34a 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -88,6 +88,7 @@ function call_skip(url) } init_val = '{{ last_attempt|escape_quotes|safe }}'; lang = "{{ question.language }}" +question_type = "{{ question.type }}" -- cgit