diff options
author | Prabhu Ramachandran | 2016-07-05 10:03:59 -0400 |
---|---|---|
committer | GitHub | 2016-07-05 10:03:59 -0400 |
commit | d67c2f3933db20d9d68c826e3a2964947163d97a (patch) | |
tree | 469148f976c77b45e662f0c9e00f6af56a0e45ac /yaksh/forms.py | |
parent | 0245ad5d20820fdf0cdcdec7f5d4e153289e7e3d (diff) | |
parent | e3296e0354733f6db1b668769849db00322b2fc4 (diff) | |
download | online_test-d67c2f3933db20d9d68c826e3a2964947163d97a.tar.gz online_test-d67c2f3933db20d9d68c826e3a2964947163d97a.tar.bz2 online_test-d67c2f3933db20d9d68c826e3a2964947163d97a.zip |
Merge pull request #108 from adityacp/fix_questions_upload
Fix load and dump questions
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r-- | yaksh/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py index 8b864d0..a443e34 100644 --- a/yaksh/forms.py +++ b/yaksh/forms.py @@ -226,4 +226,3 @@ class ProfileForm(forms.ModelForm): class UploadFileForm(forms.Form): file = forms.FileField() - |