remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 10:42:35 -06:00
parent 0c6fd94a03
commit 49369cb94b
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<div> <div>
<!-- Input field --> <!-- Input field -->
<input class="form-input" id="post-URL" aria-describedby="URLHelp" type="url" name="url" placeholder="https://www.youtube.com/watch?v=iik25wqIuFo" value="{{request.values.get('url','')}}" required oninput="checkForRequired();autoSuggestTitle();hide_image()"> <input class="form-input" id="post-URL" aria-describedby="URLHelp" type="url" name="url" placeholder="https://www.youtube.com/watch?v=iik25wqIuFo" value="{{request.values.get('url','')}}" required oninput="checkForRequired();autoSuggestTitle();hide_image()">
<small class="block mt-1 text-gray-400"> <small class="block mt-1 text-gray-500">
To post an image, use a direct image link such as i.imgur.com To post an image, use a direct image link such as i.imgur.com
</small> </small>
</div> </div>
@ -72,7 +72,7 @@
<span id="filename-show">Select file</span> <span id="filename-show">Select file</span>
<input id="file-upload" type="file" name="file" accept="image/*, video/*" hidden> <input id="file-upload" type="file" name="file" accept="image/*, video/*" hidden>
</label> </label>
<small class="block mt-1 text-gray-400"> <small class="block mt-1 text-gray-500">
You may upload videos up to 1 minute long. You may upload videos up to 1 minute long.
</small> </small>
</div> </div>