Skip to content

Commit 1c60bb6

Browse files
committed
add zip to valid slide extensions
- Legacy-Id: 5887
1 parent 3655dbb commit 1c60bb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/secr/proceedings/forms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Globals
1414
# ---------------------------------------------
1515

16-
VALID_SLIDE_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt')
16+
VALID_SLIDE_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt','.zip')
1717
VALID_MINUTES_EXTENSIONS = ('.txt','.html','.htm','.pdf')
1818
VALID_AGENDA_EXTENSIONS = ('.txt','.html','.htm')
1919

@@ -101,4 +101,4 @@ def clean(self):
101101

102102
return cleaned_data
103103

104-
104+

0 commit comments

Comments
 (0)