add zip to valid slide extensions
- Legacy-Id: 5887
This commit is contained in:
parent
3655dbb36e
commit
1c60bb6b00
|
@ -13,7 +13,7 @@ import re
|
|||
# Globals
|
||||
# ---------------------------------------------
|
||||
|
||||
VALID_SLIDE_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt')
|
||||
VALID_SLIDE_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt','.zip')
|
||||
VALID_MINUTES_EXTENSIONS = ('.txt','.html','.htm','.pdf')
|
||||
VALID_AGENDA_EXTENSIONS = ('.txt','.html','.htm')
|
||||
|
||||
|
@ -101,4 +101,4 @@ class UnifiedUploadForm(forms.Form):
|
|||
|
||||
return cleaned_data
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue