diff options
Diffstat (limited to 'testapp/exam/views.py')
-rw-r--r-- | testapp/exam/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
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": |