summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search.gtpl')
-rw-r--r--templates/search.gtpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/search.gtpl b/templates/search.gtpl
index b892f19..841b068 100644
--- a/templates/search.gtpl
+++ b/templates/search.gtpl
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<body>
- <h1>{{.GlobalVars.Name}}</h1>
+ <h1>{{.GlobalVars.Name}} - Classic Mode</h1>
<form action="/classic/search" method="GET">
- <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false">
+ <input type="text" name="query" placeholder="Search Query" spellcheck="false">
<input type="submit">
</form>
</body>