Skip to content

Commit

Permalink
Update torrents.jet.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Oct 2, 2017
1 parent 47ad6bd commit 597212d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/site/user/torrents.jet.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
</a>
</div>
<div class="user-search">
<form role="search" action="/search" id="header-form" method="get">
<input name="user" type="hidden" value="{{UserProfile.Username}}">
<form role="search" action="/user/{{UserProfile.ID}}/{{UserProfile.Username}}/search" id="header-form" method="get">'
<input class="form-input" name="q" type="text" placeholder="Search from this user...">
<button type="submit" class="form-input icon-search"></button>
</form>
Expand Down

0 comments on commit 597212d

Please sign in to comment.