forked from MarseyWorld/MarseyWorld
add placeholders
parent
f61ba62426
commit
20c65f381a
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue