diff --git a/orgues/templates/orgues/image_create.html b/orgues/templates/orgues/image_create.html index 44ce117..d862cd6 100644 --- a/orgues/templates/orgues/image_create.html +++ b/orgues/templates/orgues/image_create.html @@ -54,7 +54,7 @@ FilePond.registerPlugin(FilePondPluginFileValidateSize); const pond = FilePond.create(inputElement, { - acceptedFileTypes: ['image/*'], + acceptedFileTypes: ['image/png', 'image/jpeg', 'image/gif'], labelFileTypeNotAllowed: 'Type de fichier invalide', allowMultiple: true, allowRevert: false,