add zip to valid slide extensions

- Legacy-Id: 5887
This commit is contained in:
Ryan Cross 2013-07-27 08:41:54 +00:00
parent 3655dbb36e
commit 1c60bb6b00

View file

@ -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