summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authoradityacp2016-07-04 11:17:18 +0530
committeradityacp2016-07-05 15:43:24 +0530
commit12c02696eab61128748eb4c64f01e83068d6d12f (patch)
tree1f5ed85bf9859bd4a4bfa29af2ced211bc7b135c /yaksh/forms.py
parent660a8b4f8b21a1e5836536a9db755fcf840ecd63 (diff)
downloadonline_test-12c02696eab61128748eb4c64f01e83068d6d12f.tar.gz
online_test-12c02696eab61128748eb4c64f01e83068d6d12f.tar.bz2
online_test-12c02696eab61128748eb4c64f01e83068d6d12f.zip
changed questions upload, testcases can also be uploaded
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index 26e0967..92b0ee0 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -227,4 +227,3 @@ class ProfileForm(forms.ModelForm):
class UploadFileForm(forms.Form):
file = forms.FileField()
-