From dbab99bc13b8483c24706e47a9a0926508e3c332 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 23 Jul 2015 16:32:13 +0530 Subject: Add filters: Minor fixes --- testapp/exam/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/exam/views.py') diff --git a/testapp/exam/views.py b/testapp/exam/views.py index e1c9dc5..f39f3c1 100644 --- a/testapp/exam/views.py +++ b/testapp/exam/views.py @@ -1262,7 +1262,7 @@ def ajax_questions_filter(request): if question_type != "select": filter_dict['type'] = str(question_type) - if marks != "": + if marks != "select": filter_dict['points'] = marks if language != "select": -- cgit