From e1f467bd5e366ed8b16bd71b66338a7b42fda72a Mon Sep 17 00:00:00 2001 From: adityacp Date: Mon, 2 Jan 2017 15:29:43 +0530 Subject: Add minor template change in questions --- yaksh/templates/yaksh/add_question.html | 1 - 1 file changed, 1 deletion(-) (limited to 'yaksh/templates') diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html index 77a7b3a..75802b4 100644 --- a/yaksh/templates/yaksh/add_question.html +++ b/yaksh/templates/yaksh/add_question.html @@ -25,7 +25,6 @@ Tags: {{ qform.tags }} Snippet: {{ qform.snippet }} Partial Grading: {{ qform.partial_grading }} - Test Case Type: {{ qform.test_case_type }}{{ qform.test_case_type.errors }} File: {{ fileform.file_field }}{{ fileform.file_field.errors }} {% if uploaded_files %}
Uploaded files:
Check on delete to delete files, extract to extract files and hide to hide files from student(if required)
-- cgit