mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-25 08:41:51 +00:00
remove 'testing' in search field
This commit is contained in:
parent
32e6d5f891
commit
a87ef54492
@ -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>'''
|
||||
|
||||
|
1
urls.py
1
urls.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user