diff options
author | hardythe1 | 2013-11-27 16:08:58 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-27 16:08:58 +0530 |
commit | fffd83ebcdef2853006af6aaf29771dea58b44b0 (patch) | |
tree | 6bcaf3782bd406ea7c22d6ebd7d59719f41e56a2 /scipy/forms.py | |
parent | 903fe1d0e56b8fa76f1790d08ecfe8fe180c596b (diff) | |
download | SciPy2013-fffd83ebcdef2853006af6aaf29771dea58b44b0.tar.gz SciPy2013-fffd83ebcdef2853006af6aaf29771dea58b44b0.tar.bz2 SciPy2013-fffd83ebcdef2853006af6aaf29771dea58b44b0.zip |
changes for reviewers to comment on abstracts
Diffstat (limited to 'scipy/forms.py')
-rw-r--r-- | scipy/forms.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scipy/forms.py b/scipy/forms.py index 2c13850..b3c60f6 100644 --- a/scipy/forms.py +++ b/scipy/forms.py @@ -56,23 +56,3 @@ class DocumentUploadForm(forms.ModelForm): elif content_size > 5242880: raise forms.ValidationError('File size exceeds 5MB') return attachments - - - - - - - - - - - - - - - - - - - - |