summaryrefslogtreecommitdiffstats
path: root/core/views/expo.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-02-23 22:51:37 +0000
committerPhilip Sargent <philip.sargent@klebos.com>2022-02-23 22:51:37 +0000
commita87ef544927c718586a09fcb36745dd137e4b083 (patch)
treecded6721b47e76100af91dcfeaf8ca63c7bb2397 /core/views/expo.py
parent32e6d5f89187fbc1fd8f5008afea7ff8afa1007b (diff)
downloadtroggle-a87ef544927c718586a09fcb36745dd137e4b083.tar.gz
troggle-a87ef544927c718586a09fcb36745dd137e4b083.tar.bz2
troggle-a87ef544927c718586a09fcb36745dd137e4b083.zip
remove 'testing' in search field
Diffstat (limited to 'core/views/expo.py')
-rw-r--r--core/views/expo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/expo.py b/core/views/expo.py
index 2adf75b..bcd446e 100644
--- a/core/views/expo.py
+++ b/core/views/expo.py
@@ -45,7 +45,7 @@ default_head = '''<head>
<li><a href="/caves">Caves</a></li>
<li><a href="/expedition/2019">Troggle</a></li>
<li><form name=P method=get action="/search" target="_top">
- <input id="omega-autofocus" type=search name=P value="testing" size=8 autofocus>
+ <input id="omega-autofocus" type=search name=P size=8 autofocus>
<input type=submit value="Search"></li>
</ul>'''