diff options
author | Expo on server <expo@expo.survex.com> | 2020-05-13 19:59:41 +0100 |
---|---|---|
committer | Expo on server <expo@expo.survex.com> | 2020-05-13 19:59:41 +0100 |
commit | 13d3f37f05bed16b61e759de285a241b72e7b0cc (patch) | |
tree | b09559991523741b6b4307b1332ab8032a628d00 | |
parent | 2918b4b92c65e66e0cf85738d2827bc34ccd2196 (diff) | |
download | troggle-13d3f37f05bed16b61e759de285a241b72e7b0cc.tar.gz troggle-13d3f37f05bed16b61e759de285a241b72e7b0cc.tar.bz2 troggle-13d3f37f05bed16b61e759de285a241b72e7b0cc.zip |
menu update
-rw-r--r-- | templates/menu.html | 7 |
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> |