Comment unused buttons.

This commit is contained in:
tastytea 2020-10-14 05:40:59 +02:00
parent f57b6080be
commit 49bb0793ad
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 3 deletions

View File

@ -48,12 +48,14 @@
<label for="tags">Tags:</label>
<input type="text" id="tags" name="tags" placeholder="tag1,tag2" autocomplete="on" required>
<input type="button" id="add_tag" value="" disabled><br>
<!-- <input type="button" id="add_tag" value="" disabled> -->
<br>
<label for="receipts">Receipts:</label>
<input type="url" id="receipts" name="receipts"
placeholder="https://example.com/@user/1234567890" required>
<input type="button" id="add_receipt" value="" disabled><br>
placeholder="https://example.com/@user/1234567890,https://example.com/about/more" required>
<!-- <input type="button" id="add_receipt" value="" disabled> -->
<br>
<label for="screenshot">Screenshot:</label>
<input type="file" id="screenshot" name="screenshot" accept="image/*">