Skip to content

Commit

Permalink
Added disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Apr 6, 2024
1 parent 097b720 commit bd866e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/snippets/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<form method="GET" action="{{ request|get_search_page }}">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Search" name="q" value="{{ request.GET.search }}">
<input type="text" class="form-control" placeholder="Search - Note: ranks are of the searched subset" name="q" value="{{ request.GET.search }}">
<div class="input-group-append">
<button class="btn btn-outline-secondary"
style="border-bottom-left-radius: 0; border-top-left-radius: 0" type="submit">Search
Expand Down

0 comments on commit bd866e1

Please sign in to comment.