Only accept images in file input.
This commit is contained in:
parent
d1492dbd55
commit
07957ce5fa
|
@ -52,7 +52,7 @@
|
|||
<input type="button" id="add_receipt" value="➕" disabled><br>
|
||||
|
||||
<label for="screenshot">Screenshot:</label>
|
||||
<input type="file" id="screenshot" name="screenshot">
|
||||
<input type="file" id="screenshot" name="screenshot" accept="image/*">
|
||||
<span class="optional">(optional)</span><br>
|
||||
|
||||
<label for="description">Description:</label><br>
|
||||
|
|
Reference in New Issue
Block a user