themes/alps: fix search form method
This commit is contained in:
parent
ee5ce517d1
commit
297798dca2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue