fix watch search from user page

This commit is contained in:
Joe Ardent 2024-04-14 20:00:53 -07:00
parent 97623afd8d
commit 5ab8fa8444
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
<p> <p>
<form action="/search" enctype="application/x-www-form-urlencoded" method="get"> <form action="/search" enctype="application/x-www-form-urlencoded" method="get">
<label for="search">Looking for something else to watch?</label> <label for="title">Looking for something else to watch?</label>
<input type="text" name="search" id="search"></br> <input type="text" name="title" id="title"></br>
<input type="submit" value="Let's go!"> <input type="submit" value="Let's go!">
</form> </form>
</p> </p>