add placeholders

pull/216/head
Aevann 2023-10-13 19:29:52 +03:00
parent f61ba62426
commit 20c65f381a
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<label for="title">Title</label>
</div>
<div class="body w-lg-100">
<input id="title" autocomplete="off" type="text" name="title" class="form-control">
<input id="title" autocomplete="off" type="text" name="title" class="form-control" placeholder="Required">
</div>
</div>
<div class="d-lg-flex border-bottom mt-3">
@ -26,7 +26,7 @@
<label for="link">Link (youtube, twitch, rumble, mp4 file)</label>
</div>
<div class="body w-lg-100">
<input id="link" autocomplete="off" type="text" name="link" class="form-control">
<input id="link" autocomplete="off" type="text" name="link" class="form-control" placeholder="Required">
</div>
</div>
<div class="d-lg-flex border-bottom mt-3">
@ -34,7 +34,7 @@
<label for="start_utc">Start time (as an <a rel="nofollow noopener" href="https://epochconverter.com">epoch timestamp</a>)</label>
</div>
<div class="body w-lg-100">
<input id="start_utc" autocomplete="off" type="number" step="any" name="start_utc" max="2147483647" class="form-control" placeholder="Leave blank to start orgy now">
<input id="start_utc" autocomplete="off" type="number" step="any" name="start_utc" max="2147483647" class="form-control" placeholder="Optional. Leave blank to start orgy now.">
</div>
</div>
<div class="d-lg-flex border-bottom mt-3">