summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-21 22:09:42 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-21 22:09:42 +0100
commit74403d28e9fc5aca83705c3cb749ba932bcce259 (patch)
treef7938e11da83d0463ab4250a359dd60cdfab31b3
parent1968db62ad9bdc41f52afc26a8a929f5aeca4a19 (diff)
downloadtroggle-74403d28e9fc5aca83705c3cb749ba932bcce259.tar.gz
troggle-74403d28e9fc5aca83705c3cb749ba932bcce259.tar.bz2
troggle-74403d28e9fc5aca83705c3cb749ba932bcce259.zip
fix field in search box so no need to delete it
-rw-r--r--templates/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 45d57b5..f23f4b0 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -9,7 +9,7 @@
<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 placeholder="testing" size=8 autofocus>
<input type=submit value="Search"></li>
{% if editable %}<li><a href="{% url "editexpopage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
{% if cave_editable %}<li><a href="{% url "edit_cave" cave.slug %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}