fix watch search from user page
This commit is contained in:
parent
97623afd8d
commit
5ab8fa8444
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
<p>
|
||||
<form action="/search" enctype="application/x-www-form-urlencoded" method="get">
|
||||
<label for="search">Looking for something else to watch?</label>
|
||||
<input type="text" name="search" id="search"></br>
|
||||
<label for="title">Looking for something else to watch?</label>
|
||||
<input type="text" name="title" id="title"></br>
|
||||
<input type="submit" value="Let's go!">
|
||||
</form>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue