forked from expo/troggle
remove 'testing' in search field
This commit is contained in:
@@ -45,7 +45,7 @@ default_head = '''<head>
|
|||||||
<li><a href="/caves">Caves</a></li>
|
<li><a href="/caves">Caves</a></li>
|
||||||
<li><a href="/expedition/2019">Troggle</a></li>
|
<li><a href="/expedition/2019">Troggle</a></li>
|
||||||
<li><form name=P method=get action="/search" target="_top">
|
<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>
|
<input type=submit value="Search"></li>
|
||||||
</ul>'''
|
</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 /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 /favicon.ico /home/expo/troggle/media/favicon.ico # comes from /expoweb/* when running runserver
|
||||||
# Alias /javascript /home/expo/troggle/media/jslib # empty
|
# Alias /javascript /home/expo/troggle/media/jslib # empty
|
||||||
|
# Alias /search ? # teh text search thinggy
|
||||||
|
|
||||||
# Copy of old standard apache configurations:
|
# Copy of old standard apache configurations:
|
||||||
# Alias /expofiles /home/expo/expofiles
|
# Alias /expofiles /home/expo/expofiles
|
||||||
|
|||||||
Reference in New Issue
Block a user