diff options
Diffstat (limited to 'frontend/templates')
-rw-r--r-- | frontend/templates/blocks/search.gotmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/blocks/search.gotmpl b/frontend/templates/blocks/search.gotmpl index e9d69b6..feb77cc 100644 --- a/frontend/templates/blocks/search.gotmpl +++ b/frontend/templates/blocks/search.gotmpl @@ -2,7 +2,7 @@ {{- template "js" . }} {{- define "main" }} - <form id="search" action="results"> + <form id="search"> <label for="query">{{ .Source.Name }} option search</label> <fieldset> <input id="query" name="query" type="search" value="{{ .Query }}" /> |