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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue