themes/alps: fix search form method

This commit is contained in:
Simon Ser 2020-05-13 17:32:09 +02:00
parent ee5ce517d1
commit 297798dca2
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -24,7 +24,7 @@
<a href="{{ .GlobalData.URL.String }}" class="button-link">Refresh</a>
</div>
<form action="" method="post" class="actions-search">
<form action="" method="get" class="actions-search">
<input type="text" name="query" value="{{.Query}}" placeholder="Search messages...">
<button>Search</button>
</form>