summaryrefslogtreecommitdiff
path: root/website/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'website/forms.py')
-rwxr-xr-xwebsite/forms.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/website/forms.py b/website/forms.py
index bee9ba9..9df1fcb 100755
--- a/website/forms.py
+++ b/website/forms.py
@@ -398,11 +398,3 @@ class QuestionUploadForm(forms.ModelForm):
'question_day': DateInput(),
}
-
-#To upload model for each question
-'''
-class UploadModelForm(forms.ModelForm):
- class Meta:
- model = UploadModel
- fields = ['model_file']
-'''