diff options
Diffstat (limited to 'search.gtpl')
-rw-r--r-- | search.gtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.gtpl b/search.gtpl index 0b83191..c14c02b 100644 --- a/search.gtpl +++ b/search.gtpl @@ -2,7 +2,7 @@ <html> <body> <h1>DogeKnows</h1> - <form action="/search" method="GET"> + <form action="/classic/search" method="GET"> <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false"> <input type="submit"> </form> |