diff options
Diffstat (limited to 'templates/search.html')
-rw-r--r-- | templates/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/search.html b/templates/search.html index 95384b1caf58..3bb30e5d60b3 100644 --- a/templates/search.html +++ b/templates/search.html @@ -14,7 +14,7 @@ <a class="navbar-brand" href="/"> <h2>Converse</h2> </a> - <form class="form-inline" method="post" action="/search"> + <form class="form-inline" method="get" action="/search"> <input class="form-control mr-sm-2" type="search" placeholder="Search" name="query" aria-label="Search"> <button class="btn btn-outline-success my-2 my-sm-0 mr-1" type="submit">Search</button> <a class="btn btn-outline-secondary my-2" href="/thread/new">New thread</a> |