Skip to content

Commit

Permalink
Revert changes. Broke iOS uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Terence Eden committed Jul 14, 2024
1 parent 29cda62 commit 7cee6a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions www/templates/add.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<small>Please make sure the inscription is legible and well framed.</small>
</span>
</div>
<input type="file" name="userfile1" id="photoFile1" accept="image/jpeg" capture="environment">
<input type="file" name="userfile1" id="photoFile1" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type1">This photo is a:</label>
Expand Down Expand Up @@ -88,7 +88,7 @@ A lot..." required></textarea>
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile2" id="photoFile2" accept="image/jpeg" capture="environment">
<input type="file" name="userfile2" id="photoFile2" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type2">This photo is a:</label>
Expand All @@ -113,7 +113,7 @@ A lot..." required></textarea>
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile3" id="photoFile3" accept="image/jpeg" capture="environment">
<input type="file" name="userfile3" id="photoFile3" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type3">This photo is a:</label>
Expand All @@ -138,7 +138,7 @@ A lot..." required></textarea>
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile4" id="photoFile4" accept="image/jpeg" capture="environment">
<input type="file" name="userfile4" id="photoFile4" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type4">This photo is a:</label>
Expand Down
8 changes: 4 additions & 4 deletions www/templates/edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<small>Please make sure the inscription is legible and well framed.</small>
</span>
</div>
<input type="file" name="userfile1" id="photoFile1" accept="image/jpeg" capture="environment">
<input type="file" name="userfile1" id="photoFile1" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type1">This photo is a:</label>
Expand All @@ -204,7 +204,7 @@
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile2" id="photoFile2" accept="image/jpeg" capture="environment">
<input type="file" name="userfile2" id="photoFile2" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type2">This photo is a:</label>
Expand All @@ -227,7 +227,7 @@
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile3" id="photoFile3" accept="image/jpeg" capture="environment">
<input type="file" name="userfile3" id="photoFile3" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type3">This photo is a:</label>
Expand All @@ -250,7 +250,7 @@
📷 Optional photo of same bench
</span>
</div>
<input type="file" name="userfile4" id="photoFile4" accept="image/jpeg" capture="environment">
<input type="file" name="userfile4" id="photoFile4" accept="image/jpeg;capture=camera">
</div>
<div>
<label for="media_type4">This photo is a:</label>
Expand Down

0 comments on commit 7cee6a5

Please sign in to comment.