From 1e993bee18028c59d809f49d853b60e41326991c Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 11 Mar 2016 12:11:49 +0530 Subject: Add a python standard out evaluator --- yaksh/templates/yaksh/add_question.html | 1 + 1 file changed, 1 insertion(+) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index 1b1d28d..88d8f03 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -30,6 +30,7 @@ Options: {{ form.options }} {{form.options.errors}} Test: {{ form.test }} {{form.test.errors}} Reference Code Path: {{ form.ref_code_path }} {{form.ref_code_path.errors}} + test_case_type: {{ form.test_case_type }}{{ form.test_case_type.errors }}
{% if formset%} -- cgit