summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip@Muscogee.localdomain>2020-05-13 19:59:46 +0100
committerPhilip Sargent <philip@Muscogee.localdomain>2020-05-13 19:59:46 +0100
commitb1596c0ac4faddec1e41fbb7d9305c741f2392a7 (patch)
treeb9399e27190cdb12c96e2e7cff6e3c3588a5ed76
parente4290c4ab00247abb6ec5d8f599242f7cde50af7 (diff)
parent13d3f37f05bed16b61e759de285a241b72e7b0cc (diff)
downloadtroggle-b1596c0ac4faddec1e41fbb7d9305c741f2392a7.tar.gz
troggle-b1596c0ac4faddec1e41fbb7d9305c741f2392a7.tar.bz2
troggle-b1596c0ac4faddec1e41fbb7d9305c741f2392a7.zip
Merge branch 'master' of ssh://expo.survex.com/home/expo/troggle
-rw-r--r--templates/menu.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 6dabc9d..374b261 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -7,10 +7,9 @@
<li><a href="/areas.htm">Areas</a></li>
<li><a href="/indxal.htm">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></li>
- <input type=submit value="Search">
+<li><form name=P method=get action="/search" target="_top">
+ <input id="omega-autofocus" type=search name=P value="testing" size=8 autofocus>
+ <input type=submit value="Search"></li>
{% if editable %}<li><a href="{% url "editflatpage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
{% if cave_editable %}<li><a href="{% url "edit_cave" cave_editable %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}
</ul>