Skip to content

Commit

Permalink
Merge pull request #107 from Harvard-ATG/one-file-upload
Browse files Browse the repository at this point in the history
Disable multi-file uploads until it is sorted in image backend.
  • Loading branch information
Tylor Dodge authored Mar 19, 2020
2 parents b96edae + 650327e commit 3c97ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h2>Edit Source Material</h2>
<div id="id_image_store" style="display:none;">
<div id="id_form_group_image_upload" class="form-group" style="padding: 10px 40px 10px 0px;">
<label for="id_image_upload">Source Image (PNG, JPG)</label>
<input type="file" id="id_image_upload" name="target_file" accept=".jpg, .jpeg, .png" multiple>
<input type="file" id="id_image_upload" name="target_file" accept=".jpg, .jpeg, .png">
<div id="id_image_upload_preview">
<p>No files currently selected for upload. </p>
</div>
Expand Down

0 comments on commit 3c97ac0

Please sign in to comment.