From 1c60bb6b003a8b8b173a91702b4d15f96fc4ff3e Mon Sep 17 00:00:00 2001 From: Ryan Cross Date: Sat, 27 Jul 2013 08:41:54 +0000 Subject: [PATCH] add zip to valid slide extensions - Legacy-Id: 5887 --- ietf/secr/proceedings/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/secr/proceedings/forms.py b/ietf/secr/proceedings/forms.py index 385e6df66..2e4dd7cbc 100644 --- a/ietf/secr/proceedings/forms.py +++ b/ietf/secr/proceedings/forms.py @@ -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 - \ No newline at end of file +