From 9c58121a7753e83a10e28dea88866f6dcaef72e7 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Tue, 12 Nov 2024 16:27:50 -0500 Subject: [PATCH] Add .heic image upload - #5610 --- mediathread/templates/main/collection_add.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mediathread/templates/main/collection_add.html b/mediathread/templates/main/collection_add.html index c0937983f..cfb086db4 100644 --- a/mediathread/templates/main/collection_add.html +++ b/mediathread/templates/main/collection_add.html @@ -76,8 +76,9 @@
IMAGE / PDF

Mediathread supports image files that end in .bmp, .gif, .jpg, - .jpeg, .png, .svg, .webp, and also PDF files. - Submitted files must be less than 50MB. + .jpeg, .png, .svg, .webp, .heic, + and also PDF files. Submitted + files must be less than 50MB.

{% csrf_token %} @@ -112,7 +113,7 @@
IMAGE / PDF
class="custom-file-input" id="mediaUploadFilename" aria-describedby="inputGroupFileAddon02" - accept="image/bmp,image/gif,image/jpeg,image/png,image/svg,image/svg+xml,image/webp,application/pdf" /> + accept="image/bmp,image/gif,image/jpeg,image/png,image/svg,image/svg+xml,image/webp,image/heic,application/pdf" />