changeset 282:46eee98c19d8

bulma (photo/album): accept videos for upload
author Goffi <goffi@goffi.org>
date Tue, 25 Aug 2020 08:43:32 +0200
parents 742c59641bf5
children a50075db625c
files sat_templates/templates/bulma/photo/album.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/photo/album.html	Tue Aug 25 08:42:30 2020 +0200
+++ b/sat_templates/templates/bulma/photo/album.html	Tue Aug 25 08:43:32 2020 +0200
@@ -44,7 +44,7 @@
     <h2 class="title is-4 has-text-centered is-hidden-touch">OR</h2>
     <div class="file is-large is-boxed is-centered">
         <label class="file-label">
-            <input id="file_input" class="file-input" type="file" accept="image/*" name="photos_upload" multiple>
+            <input id="file_input" class="file-input" type="file" accept="image/*,video/*" name="photos_upload" multiple>
             <span class="file-cta">
                 <span class="file-icon is-marginless">
                     <i class="icon-upload"></i>