소스 검색

Mutiple file not suppoted for ClearableFileInput

Коровкина Валентина 2 주 전
부모
커밋
d004de887f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      sharix_admin/forms/document.py

+ 0 - 1
sharix_admin/forms/document.py

@@ -17,7 +17,6 @@ class DocumentUploadForm(forms.Form):
     )
     doc_file = forms.FileField(
         widget=forms.ClearableFileInput(attrs={
-            'multiple': True,
             'id': 'doc-file-input'
         }),
         required=True,