diff options
-rw-r--r-- | core/views/expo.py | 2 | ||||
-rw-r--r-- | urls.py | 1 |
2 files changed, 2 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>''' @@ -204,6 +204,7 @@ urlpatterns = [ # Alias /robots.txt /home/expo/troggle/media/robots.txt # does not exist! # Alias /favicon.ico /home/expo/troggle/media/favicon.ico # comes from /expoweb/* when running runserver # Alias /javascript /home/expo/troggle/media/jslib # empty +# Alias /search ? # teh text search thinggy # Copy of old standard apache configurations: # Alias /expofiles /home/expo/expofiles |