diff options
author | mahesh | 2018-02-16 16:30:55 +0530 |
---|---|---|
committer | maheshgudi | 2018-03-16 15:15:50 +0530 |
commit | f531b9ca9c088263a53aff8574e93b74945b468f (patch) | |
tree | 23cb79c0dd0931120cf0959e35534fad8118e321 /yaksh/forms.py | |
parent | 337daeef8954a1be20164c5fb27050e67597b8a2 (diff) | |
download | online_test-f531b9ca9c088263a53aff8574e93b74945b468f.tar.gz online_test-f531b9ca9c088263a53aff8574e93b74945b468f.tar.bz2 online_test-f531b9ca9c088263a53aff8574e93b74945b468f.zip |
Add shuffle_testcases to QuestionPaper model instead of Question
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r-- | yaksh/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py index 258a1ee..e53eda3 100644 --- a/yaksh/forms.py +++ b/yaksh/forms.py @@ -308,7 +308,7 @@ class UploadFileForm(forms.Form): class QuestionPaperForm(forms.ModelForm): class Meta: model = QuestionPaper - fields = ['shuffle_questions'] + fields = ['shuffle_questions', 'shuffle_testcases'] class LessonForm(forms.ModelForm): |