Skip to content

Commit ffda183

Browse files
committed
Added .txt, text/plain, to the permitted types for bluesheet upload. Fixes issue ietf-tools#2437.
- Legacy-Id: 14553
1 parent 535cd0b commit ffda183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def skip_unreadable_post(record):
738738
#
739739
MEETING_VALID_SLIDES_EXTENSIONS = ('.doc','.docx','.pdf','.ppt','.pptx','.txt') # Note the removal of .zip
740740
#
741-
MEETING_VALID_BLUESHEET_EXTENSIONS = ['.pdf', ]
741+
MEETING_VALID_BLUESHEET_EXTENSIONS = ['.pdf', '.txt', ]
742742
MEETING_VALID_BLUESHEET_MIME_TYPES = ['application/pdf', ]
743743

744744
INTERNET_DRAFT_DAYS_TO_EXPIRE = 185

0 commit comments

Comments
 (0)